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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.