|
// also you cannot specify a format unordered (e.g. hh:ss:mm is wrong) format: "dd:hh:mm:ss", startTime: "01:12:32:55", digitImages: 6, digitWidth: 53, digitHeight: 77, timerEnd: function(){}, image: "digits.png" }; var digits = [], interval;
|
|
// Default options (Las opciones por defecto) var options = { stepTime: 60, // startTime y format DEBEN tener el mismo formato. // También no se puede especificar un formato desordenado (por ejemplo, hh:ss:mm (horas segundos minutos) es incorrecto) format: "dd:hh:mm:ss", startTime: "01:12:32:55", digitImages: 6, digitWidth: 53, digitHeight: 77, timerEnd: function(){}, image: "digits.png" }; var digits = [], interval;
|