I need Date strings sent to sencha frontend of the form:
'Wed Jan 10 2007 15:05:01 GMT-0600 (Central Standard Time)'
I'm unable to get the right text formatter string to output in this form. Has anyone converted a Java Date object to this format ?
PS: not a duplicate of time lag while converting between timezones,
Its a query to get Dates in a specific format required for frontends using sencha which isn't answered by the "dd-MM-yyyy HH:mm:ss" format used in this post