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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.