Possible Duplicate:
Formatting a date in JavaScript
I get a date in javascript like this: Thu Sep 20 08:00:00 UTC+0200 2012
Is it possible to easily convert it to format: 2012/09/20 08:00?
I am aware of the examples on StackOverflow, but it does not work in all cases , e.g. http://jsfiddle.net/YSUay/
Thank you