wcs/wcs/qommon/static/js/methods/date_ua_utf8.js

12 lines
828 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// date localization for locale 'ru-UA' (Ukrainian), utf-8 encoding
// just put it after "date.js" declaration
// provided by Frankovskyi Bogdan, bfrankovskyi@gmail.com
Date.dayNames = ['Неділя', 'Понеділок', 'Вівторок', 'Середа', 'Четвер', 'Пятниця', 'Субота'];
Date.abbrDayNames = ['Нд', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'];
Date.monthNames = ['Січень', 'Лютий', 'Березень', 'Квітень', 'Травень', 'Червень', 'Липень', 'Серпень', 'Вересень', 'Жовтень', 'Листопад', 'Грудень'];
Date.abbrMonthNames = ['Січ', 'Лют', 'Бер', 'Квіт', 'Трав', 'Чер', 'Лип', 'Сер', 'Вер', 'Жов', 'Лис', 'Груд'];
Date.firstDayOfWeek = 1;
Date.format = 'dd.mm.yyyy';