**bleep** oeveryone,
Is there a way to format a date filed in a Popup window in a WebMap?
I would like to display only month and year (MM/YYYY)
Thanks
Use the Text() function:
var before = $feature.LASTUPDATE
var after = Text($feature.LASTUPDATE, "MM/Y")
Console(before)
Console(after)
2010-01-19T01:00:00+01:00 01/2010