Dynamic Text

792
1
07-07-2011 07:42 AM
DanielPajak
New Contributor
Dynamic text
I am trying to subtract three days form the dynamic text that I have and have been un successfull. Does anyone have any ideas.
the code i have is
[HTML]
<dyn type= "date" format ="MMMM d, yyyy">[/HTML]
but i want it to subtract three days from the current date. Thanks
0 Kudos
1 Reply
JeffBarrette
Esri Regular Contributor
I don't believe this can be done with dynamic text but can easily be done with Python.

now - timedelta(days=3)
0 Kudos