Sorry here is a better view
var start_time_hours = start.getHours();
if(start_time_hours < 10) { start_time_hours = "0" + start_time_hours; }
var start_time_minutes = start.getMinutes();...
|
Search:Type: Posts; User: brett877 Search: Search took 0.01 seconds.
Results 1 to 2 of 2
|
|