toTime() seems to be broken
Hi,
I'm trying to allow users to enter time in 24hr format into a text box.
I get errors as shown in the attached screenshot when I use the following code:
alert("test start time: " + row.Start_Time + "..." + start_time.toTime("K:mm"));
Note I am using an acceptable format for 24 hour time as per this page.
