-
25 Jun 2012 2:25 PM #1
Date Format
Date Format
Hi,
how can i set this format of date : "2012/01/30 00:00:00 CST" in a datefield??
Year/month/day hour:minutes
econds
-
26 Jun 2012 12:12 AM #2
Try this:
Code:{ xtype : 'datefield',value : new Date(), format : 'Y/m/d h:m:s T'},


Reply With Quote