Searched refs:hFormat (Results 1 – 3 of 3) 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/ |
H A D | handsontable.full.js | 8755 function hFormat() { 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/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n r…
|