Hi, how can I get yesterday's date using the Arcade date functions?
Starting from Now () and then?
Thanks
I think this will do it (example label Expression):
return text(DateAdd(Now(), -1, 'days'), 'MMM D, Y')
if you want the data and time just use:
return DateAdd(Now(), -1, 'days')
yeah, it works fine!
thanks a lot Kim
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.