I hope you can help me with some JavaScript because I'm a bit lost..
I'm trying to achieve in the easiest way the next format of string for Date object.
var now = new Date();
//how to convert to a pattern like this example: "30/1/2012 20:00:00" ?
Thanks in advance!