| | |
| | | /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ |
| | | /* Malaysian initialisation for the jQuery UI date picker plugin. */ |
| | | /* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */ |
| | | jQuery(function($){ |
| | | $.datepicker.regional['ms'] = { |
| | | closeText: 'Tutup', |
| | | prevText: '<Sebelum', |
| | | nextText: 'Selepas>', |
| | | prevText: '<Sebelum', |
| | | nextText: 'Selepas>', |
| | | currentText: 'hari ini', |
| | | monthNames: ['Januari','Februari','Mac','April','Mei','Jun', |
| | | 'Julai','Ogos','September','Oktober','November','Disember'], |
| | |
| | | showMonthAfterYear: false, |
| | | yearSuffix: ''}; |
| | | $.datepicker.setDefaults($.datepicker.regional['ms']); |
| | | }); |
| | | }); |
| | | /* @license-end */ |