topical media & game development

talk show tell print

lib-jquery-style-custom-development-bundle-ui-i18n-ui.datepicker-id.js / js



  /* 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>',
                  currentText: 'hari ini',
                  monthNames: ['Januari','Februari','Maret','April','Mei','Juni',
                  'Juli','Agustus','September','Oktober','Nopember','Desember'],
                  monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
                  'Jul','Agus','Sep','Okt','Nop','Des'],
                  dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'],
                  dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'],
                  dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'],
                  dateFormat: 'dd/mm/yy', firstDay: 0,
                  isRTL: false};
          .datepicker.setDefaults(.datepicker.regional['id']);
  });


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.