flex4 - how get 24 hour date from DateField in flex? -


normally can this("2014-04-24 04:50:10 pm") type of date , time datefield.i need 24 hour date format "2014-04-24 16:50:10" . possible ?

you need use dateformatter

 <mx:dateformatter id="dateformatter" formatstring="yyyy-mm-dd hh:nn:ss"/> 

an example @ end here


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -