Searched refs:hFormat (Results 1 – 4 of 4) sorted by relevance
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | moment.js | 1645 function hFormat() { function 1654 addFormatToken('h', ['hh', 2], 0, hFormat); 1658 return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2); 1662 return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2) +
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 8755 function hFormat() { function 8764 addFormatToken('h', ['hh', 2], 0, hFormat); 8768 return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2); 8772 return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2) +
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …hFormat(){return this.hours()%12||12;}function kFormat(){return this.hours()||24;}addFormatToken('…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n r…
|