ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/netphim/layout/adminlte320rc/plugins/moment/locale/ |
//! moment.js locale configuration //! locale : Korean [ko] //! author : Kyungwook, Park : https://github.com/kyungw00k //! author : Jeeeyul Lee <jeeeyul@gmail.com> ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../moment'], factory) : factory(global.moment) }(this, (function (moment) { 'use strict'; //! moment.js locale configuration var ko = moment.defineLocale('ko', { months: '1ì›”_2ì›”_3ì›”_4ì›”_5ì›”_6ì›”_7ì›”_8ì›”_9ì›”_10ì›”_11ì›”_12ì›”'.split('_'), monthsShort: '1ì›”_2ì›”_3ì›”_4ì›”_5ì›”_6ì›”_7ì›”_8ì›”_9ì›”_10ì›”_11ì›”_12ì›”'.split( '_' ), weekdays: 'ì¼ìš”ì¼_월요ì¼_화요ì¼_수요ì¼_목요ì¼_금요ì¼_í† ìš”ì¼'.split('_'), weekdaysShort: 'ì¼_ì›”_í™”_수_목_금_í† '.split('_'), weekdaysMin: 'ì¼_ì›”_í™”_수_목_금_í† '.split('_'), longDateFormat: { LT: 'A h:mm', LTS: 'A h:mm:ss', L: 'YYYY.MM.DD.', LL: 'YYYYë…„ MMMM Dì¼', LLL: 'YYYYë…„ MMMM Dì¼ A h:mm', LLLL: 'YYYYë…„ MMMM Dì¼ dddd A h:mm', l: 'YYYY.MM.DD.', ll: 'YYYYë…„ MMMM Dì¼', lll: 'YYYYë…„ MMMM Dì¼ A h:mm', llll: 'YYYYë…„ MMMM Dì¼ dddd A h:mm', }, calendar: { sameDay: '오늘 LT', nextDay: 'ë‚´ì¼ LT', nextWeek: 'dddd LT', lastDay: 'ì–´ì œ LT', lastWeek: '지난주 dddd LT', sameElse: 'L', }, relativeTime: { future: '%s 후', past: '%s ì „', s: '몇 ì´ˆ', ss: '%dì´ˆ', m: '1분', mm: '%d분', h: 'í•œ 시간', hh: '%d시간', d: '하루', dd: '%dì¼', M: 'í•œ 달', MM: '%d달', y: 'ì¼ ë…„', yy: '%dë…„', }, dayOfMonthOrdinalParse: /\d{1,2}(ì¼|ì›”|주)/, ordinal: function (number, period) { switch (period) { case 'd': case 'D': case 'DDD': return number + 'ì¼'; case 'M': return number + 'ì›”'; case 'w': case 'W': return number + '주'; default: return number; } }, meridiemParse: /ì˜¤ì „|오후/, isPM: function (token) { return token === '오후'; }, meridiem: function (hour, minute, isUpper) { return hour < 12 ? 'ì˜¤ì „' : '오후'; }, }); return ko; })));