I’ve been stuck on this for a while and need some help.
I have a date/time displayed using "new date()".
It works perfect except in need it to display yyyy MMM dd hh:mm:ss.
It currently displays “Thu May 31 2012 13:04:29 GMT-0500 (CDT)“.
I need it to look like “2012 May 31 13:04:29“.
Any help would be awesome!
Thanks
I love using moment.js when I’m doing lots of complex and different date formatting, but this should work for you too:
..edit..
Here’s how simple it would be if you were using moment.js