Hi,
When I apply the date format for date fields that have null values, I get this:
This is the IdentifyWidget.xml code:
Is there a way in the compiled version to configure this?
Any help would be appreciated.
When I apply the date format for date fields that have null values, I get this:
Code:
00/01/NaN
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>
...
Any help would be appreciated.