Skip to content Skip to sidebar Skip to footer

Datetime Error 21-undefined-2014

The code below results in: 21-undefined-2014 Not sure what is missing. Please check and advise. Everything else seems to be working correctly. Thank you. function onOpen() { var

Solution 1:

You shouldn't be doing

mm = pad(mm, 2)

Check out this to confirm http://jsfiddle.net/baljeetsingh/JMs7t/2/

Post a Comment for "Datetime Error 21-undefined-2014"