Johnny6773854
Posts: 0
Joined: Mon Mar 31, 2014 7:11 am

Time

Hi

I have an input box that is type "Time".
How can I set the default value or local time on app start up?

Must I use:
var d = new Date();
var t = d.getTime();

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Time

Hello!

Use dateObj.toTimeString(): method. Here is more information https://developer.mozilla.org/en-US/d...

Johnny6773854
Posts: 0
Joined: Mon Mar 31, 2014 7:11 am

Time

Thank you

Return to “Issues”