Can't find where in their docs they have all their date time formats specified? I want a date to appear like so
13 Jan 2013
I have found this pattern:
date("F j, Y")
But this gives me the long month name. (Not sure why they have picked the rather cryptic F for a month and j for a day?)
Try:
Ext.Date.format(dt, 'd M, Y')
Note the capital 'M' (see the full list of date formats here).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With