Hi,
I'm trying to create a date label on my time enabled map.
Basically I want it to show just the year as the slider advances 1 year at a time...
eg.
"2000"
but currently the label shows
"1999 to 2000"
how do I change this?
My current formatting for my dynamic text is... <dyn type="dataFrame" name="MAIN" property="time.date" format= "yyyy"emptyStr="[off]"/>
Under my Time tab in Layer properties I have the following settings...
Layer Time: Each feature has a single time field
TimeField: time [Sample: 2007]
Field Format YYYY
Layer Extent 2000-2011
Thanks in advance for any advice!!!
Will