/* http://keith-wood.name/calendars.html Spanish/PerĂº localisation for calendars datepicker for jQuery. Written by Fischer Tirado (fishdev@globant.com) of ASIX (http://www.asixonline.com). */ (function($) { 'use strict'; $.calendarsPicker.regionalOptions['es-PE'] = { renderer: $.calendarsPicker.defaultRenderer, prevText: '<Ant', prevStatus: '', prevJumpText: '<<', prevJumpStatus: '', nextText: 'Sig>', nextStatus: '', nextJumpText: '>>', nextJumpStatus: '', currentText: 'Hoy', currentStatus: '', todayText: 'Hoy', todayStatus: '', clearText: 'Limpiar', clearStatus: '', closeText: 'Cerrar', closeStatus: '', yearStatus: '', monthStatus: '', weekText: 'Sm', weekStatus: '', dayStatus: 'DD d, MM yyyy', defaultStatus: '', isRTL: false }; $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['es-PE']); })(jQuery);