{{ ("0" + (amPmMode ? hour % 12 || 12 : hour)).slice(-2)
}}{{ amPm(hour) }}
{{ ("0" + key).slice(-2) }}
{{ ("0" + key).slice(-2) }}
-
{{
hour === undefined
? ""
: ("0" + (amPmMode ? hour % 12 || 12 : hour)).slice(-2) +
amPm(hour)
}}
-
{{ minute === undefined ? "" : ("0" + minute).slice(-2) }}
-
{{ second === undefined ? "" : ("0" + second).slice(-2) }}