S
Size: a a a
S
S
В
S
IB
S
IB
const formatter = new Intl.DateTimeFormat('en', {
hour: "2-digit",
minute: "2-digit",
second: "2-digit",
hour12: false,
});
console.log(formatter.format(new Date(1581368500000)));
S
const formatter = new Intl.DateTimeFormat('en', {
hour: "2-digit",
minute: "2-digit",
second: "2-digit",
hour12: false,
});
console.log(formatter.format(new Date(1581368500000)));
IB
S
IB
IB
S
IB
S
IB
IB