var two = strSec.substring(0,1); var three = strSec.substring(1,2);
var sec = 23; var two = sec / 10; var three = sec % 10;