PHP Classes

File: public/assets/bootstrap/dt/js/locales/bootstrap-datetimepicker.ko.js

Recommend this page to a friend!
  Classes of harold rita   Coloftech PHP Multiple Sites Blog System   public/assets/bootstrap/dt/js/locales/bootstrap-datetimepicker.ko.js   Download  
File: public/assets/bootstrap/dt/js/locales/bootstrap-datetimepicker.ko.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Coloftech PHP Multiple Sites Blog System
CMS to Manage multiple blog sites
Author: By
Last change:
Date: 2 years ago
Size: 765 bytes
 

Contents

Class file image Download
/** * Korean translation for bootstrap-datetimepicker * Gu Youn <http://github.com/guyoun> * Baekjoon Choi <http://github.com/Baekjoon> */ ;(function($){ $.fn.datetimepicker.dates['ko'] = { days: ["???", "???", "???", "???", "???", "???", "???", "???"], daysShort: ["?", "?", "?", "?", "?", "?", "?", "?"], daysMin: ["?", "?", "?", "?", "?", "?", "?", "?"], months: ["1?", "2?", "3?", "4?", "5?", "6?", "7?", "8?", "9?", "10?", "11?", "12?"], monthsShort: ["1?", "2?", "3?", "4?", "5?", "6?", "7?", "8?", "9?", "10?", "11?", "12?"], suffix: [], meridiem: ["??", "??"], today: "??", }; }(jQuery));