Статьи / JavaScript / Date


getMinutes

Возвращает минуты в диапазоне (0-59)
var d = new Date();
d.getMinutes(); //19