06.01.2013 Views

Visualizing ArcGIS Data with Graphs, Animations, and Reporting Tools

Visualizing ArcGIS Data with Graphs, Animations, and Reporting Tools

Visualizing ArcGIS Data with Graphs, Animations, and Reporting Tools

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Supported time field formats<br />

• Any Date field<br />

• String fields of these formats:<br />

– YYYYMMDD<br />

– YYYY/MM/DD<br />

– YYYY-MM-DD<br />

– YYYYMMDDhhmmss<br />

– YYYY/MM/DD hh:mm:ss<br />

– YYYY-MM-DD hh:mm:ss<br />

• Numeric fields of these formats:<br />

– YYYYMMDD<br />

– YYYYMMDDhhmmss<br />

• You can always convert strings <strong>with</strong> a calculation<br />

StrDateNew =<br />

Mid( [StrDate], 7, 4) & "/" & Mid( [StrDate], 4, 2) & "/" & Left( [StrDate],<br />

2) & " " & Right( [StrDate], 8)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!