PHP Classes

File: js/locales/bootstrap-datepicker.me.js

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   js/locales/bootstrap-datepicker.me.js   Download  
File: js/locales/bootstrap-datepicker.me.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FormE
Build form and manage MySQL table records with XML
Author: By
Last change:
Date: 6 years ago
Size: 683 bytes
 

Contents

Class file image Download
/** * Montenegrin translation for bootstrap-datepicker * Miodrag Nika? <miodrag@restartit.me> */ ;(function($){ $.fn.datepicker.dates['me'] = { days: ["Nedjelja","Ponedjeljak", "Utorak", "Srijeda", "?etvrtak", "Petak", "Subota"], daysShort: ["Ned", "Pon", "Uto", "Sri", "?et", "Pet", "Sub"], daysMin: ["Ne", "Po", "Ut", "Sr", "?e", "Pe", "Su"], months: ["Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"], monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"], today: "Danas", weekStart: 1, clear: "Izbri?i", format: "dd.mm.yyyy" }; }(jQuery));