problem testing
Posted: Sun May 19, 2013 5:21 pm
I sent the letter. I look forward to a response.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I sent the letter. I look forward to a response.
To fix "Uncaught ReferenceError: ttime16q26 is not defined "
you should initialise ttime16q26 variable like this:
code
var ttime16q26 = new Date();
ttime16q26.setHours(8);
ttime16q26.setMinutes(29);
/code
Thank you.