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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -