var date = "2012-01-18T16:03";
var date = new Date(date);
console.log(date.getMinutes());
console.log(date.getMinutes().length)
This return me 3. How can i make, that return me 03 etc? Why in this example .length return undefinded? I wanted checking length object, but in this example i'cant check this. If strlen == 0 then $num = (0 + $num);