{value.toLocaleTimeString('en-US', {
hour: 'numeric',
minute: '2-digit',
hour12: false,
})}
Hi, I want show time value looks like 00:00 when 24:00 without AM/PM function.
is there anyway can show them ?
3