Created
February 26, 2013 10:43
-
-
Save Paprikas/5037584 to your computer and use it in GitHub Desktop.
Jquery tools Datepicker Ru Localization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.tools.dateinput.localize("ru", { | |
months: 'Январь,Февраль,Март,Апрель,Май,Июнь,Июль,Август,Сентябрь,Октябрь,Ноябрь,Декабрь', | |
shortMonths: 'Янв,Фев,Мар,Апр,Май,Июн,Июл,Авг,Сен,Окт,Ноя,Дек', | |
days: 'воскресенье,понедельник,вторник,среда,четверг,пятница,суббота', | |
shortDays: 'Вс,Пн,Вт,Ср,Чт,Пт,Сб' | |
}); | |
$("#element").dateinput({ | |
lang: 'ru', | |
format: 'dd.mm.yyyy', | |
firstDay: 1 | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment