Searched refs:leadZero (Results 1 – 1 of 1) sorted by relevance
398 function leadZero(x) function403 leadZero(this.getMonth() + 1) +404 leadZero(this.getDate()) + "T" +405 leadZero(this.getHours()) +406 leadZero(this.getMinutes()) +407 leadZero(this.getSeconds());