-
7 Jun 2007 9:51 AM #1
DateField with Time (hour-min-sec)
DateField with Time (hour-min-sec)
How can I set my DateField to accept/format the text with date and time, something like this (to my format): 28/06/2007 14:49:25
With the following code the result is this: 28/06/2007 00:00:00
Code:new Ext.form.DateField({ fieldLabel: 'Register Date', name: 'register_date', width:190, allowBlank:false, altFormats: 'd/m/Y H:i:s', format:'d/m/Y H:i:s', emptyText:'Select a date...' })
-
26 Mar 2012 2:22 PM #2



Reply With Quote