Searched refs:leadZero (Results 1 – 1 of 1) sorted by relevance
327 function leadZero(x) function332 leadZero(this.getMonth() + 1) +333 leadZero(this.getDate()) + "T" +334 leadZero(this.getHours()) +335 leadZero(this.getMinutes()) +336 leadZero(this.getSeconds());