.split(":");

js/jQ
var timeAtrray=timeStrFromTimeField.split(“:”);
basically i use this to get hours min sec from html time form field.

opera in mac gives error(I think uses 06:45.PM) and i guess older browsers not support the

<input type="time"> 

in such cases how split eg. in both “:” or “.” chars?

is any way set how the

<input type="time"> 

gives the time???