Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
1.3 KiB

/* Hindi initialisation for the jQuery UI date picker plugin. */
/* Written by Michael Dawart. */
jQuery(function($){
$.datepicker.regional['hi'] = {
closeText: 'बद',
prevText: 'पिछल',
nextText: 'अगल',
currentText: 'आज',
monthNames: ['जनवर ','फरवर','मच','अपल','मई','जन',
'जई','अगसत ','सितमबर','अकबर','नवमबर','दिसमबर'],
monthNamesShort: ['जन', 'फर', 'मच', 'अपल', 'मई', 'जन',
'जई', 'अग', 'सित', 'अकट', 'नव', 'दि'],
dayNames: ['रविर', 'समवर', 'मगलवर', 'बधवर', 'गर', 'शरवर', 'शनिर'],
dayNamesShort: ['रवि', 'सम', 'मगल', 'बध', 'ग', 'शर', 'शनि'],
dayNamesMin: ['रवि', 'सम', 'मगल', 'बध', 'ग', 'शर', 'शनि'],
weekHeader: 'हफ',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['hi']);
});