| | |
| | | /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ |
| | | /* Indonesian initialisation for the jQuery UI date picker plugin. */ |
| | | /* Written by Deden Fathurahman (dedenf@gmail.com). */ |
| | | jQuery(function($){ |
| | | $.datepicker.regional['id'] = { |
| | | closeText: 'Tutup', |
| | | prevText: '<mundur', |
| | | nextText: 'maju>', |
| | | prevText: '<mundur', |
| | | nextText: 'maju>', |
| | | currentText: 'hari ini', |
| | | monthNames: ['Januari','Februari','Maret','April','Mei','Juni', |
| | | 'Juli','Agustus','September','Oktober','Nopember','Desember'], |
| | |
| | | showMonthAfterYear: false, |
| | | yearSuffix: ''}; |
| | | $.datepicker.setDefaults($.datepicker.regional['id']); |
| | | }); |
| | | }); |
| | | /* @license-end */ |