Searched refs:zeroPad_ (Results 1 – 1 of 1) sorted by relevance
136 zeroPad_(date.getMonth() + 1, 2) + '-' +137 zeroPad_(date.getDate(), 2);139 var timeStr = zeroPad_(date.getHours(), 2) + ':' +140 zeroPad_(date.getMinutes(), 2) + ':' +141 zeroPad_(date.getSeconds(), 2) + '.' +142 zeroPad_(date.getMilliseconds(), 3);153 function zeroPad_(num, len) { function