Countdown timer until the end of the promotion
Таймер обратного отсчёта до конца акции
date - promotion end date (string)
renderer - where to draw (object)
headers - DEFAULT { days: 'День Дней Дни', hours: 'Час Часов Часы', minutes: 'Минута Минут Минуты', seconds: 'Секунда Секунд Секунды' } (object)
timer(
'2020-08-10',
{
days: '.days',
daysTitle: '.days_title',
hours: '.hours',
hoursTitle: '.hours_title',
minutes: '.minutes',
minutesTitle: '.minutes_title',
seconds: '.seconds',
secondsTitle: '.seconds_title',
}
)
We also convert the headers into an understandable timer, depending on the number.
Заголовки конвертируются в понятный вид. У Вас не будет 2 дней 8 минуты
##Author
mastars2319@gmail.com