()
| 1865 | } |
| 1866 | |
| 1867 | function kFormat() { |
| 1868 | return this.hours() || 24; |
| 1869 | } |
| 1870 | |
| 1871 | addFormatToken('H', ['HH', 2], 0, 'hour'); |
| 1872 | addFormatToken('h', ['hh', 2], 0, hFormat); |
nothing calls this directly
no outgoing calls
no test coverage detected