Content deleted Content added
Peter SamFan (talk | contribs) WikiBreak enforcer |
Peter SamFan (talk | contribs) Whoops. |
||
Line 14:
// no leading zeroes. (example: 9 - correct, 09 - incorrect)
var date = { year: 2016, month:
var time = { hours: 1, minutes: 22, seconds: 0 };
|