Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

Identify Widget 3.2 - Null value for date fields

$
0
0
Hi,

When I apply the date format for date fields that have null values, I get this:

Code:

00/01/NaN
This is the IdentifyWidget.xml code:

Code:

...
<fields>
<field name="DT_IMPLAT_INICIAL" alias="Data Inicial" dateformat="DD/MM/YYYY" useutc="true"/>
<field name="DT_IMPLAT_FINAL" alias="Data Final" dateformat="DD/MM/YYYY" useutc="true"/>
<field name="DT_DESCA" alias="Data Descarte" dateformat="DD/MM/YYYY" useutc="true"/>
<fields>
...

Is there a way in the compiled version to configure this?

Any help would be appreciated.

Viewing all articles
Browse latest Browse all 2097

Trending Articles