I am looking for information on how to use date and number formatting in the flexviewer's 2.3 popups. There is one example that uses the date formatter but i can't seem to get it to work in my own popups. Can anyone help me out? Thanx in advance.
I've been having trouble turning off the thousand separator. I'm using the syntax: <field name="TR_IFMS_ID" alias="Tract ID" visible="true"> <format useThousandsSeparator="false"/> </field>
But the field is still showing up with the thousand separators. Any tips?
try all lowercase and note single s after thousand. usethousandseparator
Thanks, I had the extra s and capitalization since that's what the API page lists. I changed it to: <field name="TR_IFMS_ID" alias="Tract ID" visible="true"> <format usethousandseparator="false"/> </field>
But it's still displaying the comma thousand separators (see attached). Can others get this to work properly? The field is esriFieldTypeDouble in case that makes a difference. I never had this problem with thousand separators until the 2.3 upgrade.
Wondering correct use of this for use in FeatureTooltip widget. My date field for given date (6/8/2011) displays as 1307491200000. Below is the xml for the widget.