Hi,
I use esri:Editor in my flex application.
When I click on a feature, it's open the attributes infowindows and I can edit, but the date field are not in the good format.
If I inspect the "formatString" of the calendarField, I found "dd MMM YYYY".
I would like to have "dd/MM/YYYY".
Then I would like to have "15/11/2011" instead of "15112011".
I think the problem occurs since I use the 2.4 version of the API (not sure).
Where can I change the format string of the date in flex editor ?
Thanks