Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
returns the number of milliseconds since January 1, 1970, 00:00:00 UTC
An integer value representing the number of milliseconds since January 1, 1970, 00:00:00 UTC
const d = new Date('2011-04-11T10:20:30Z');
const d = new Date('2011-04-11T10:20:30Z'); const time = `${d.getMinutes()}:${d.getSeconds()}`;