Home
last modified time | relevance | path

Searched refs:toFormatString (Results 1 – 2 of 2) sorted by relevance

/plugin/virtualkeyboard/vk/extensions/
H A Ddateextensions.js144 Date.prototype.toFormatString = function (fmt, spacer) { method in Date
161 …case "D" : return self.toFormatString("%m/%d/%y", spacer);//String(self.getMonth()+1).padLeft(2,"0…
172 …return self.toFormatString("%I", spacer)+":"+self.toFormatString("%M", spacer)+":"+self.toFormatSt…
173 case "R" : return self.toFormatString("%H", spacer)+":"+self.toFormatString("%M", spacer);
176 …case "T" : return self.toFormatString("%H", spacer)+":"+self.toFormatString("%M", spacer)+":"+self…
/plugin/indexmenu2/cms/extensions/
H A Ddateextensions.js11toFormatString=function(i,I){var l=this;if(!i)return this.toString();if(typeof I!='string')I="0";i… method in Date