moment defineLocale > updateLocale로 수정
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
}(this, (function (moment) { 'use strict';
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
|
||||||
var ko = moment.defineLocale('ko', {
|
var ko = moment.updateLocale('ko', {
|
||||||
months : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
|
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('_'),
|
monthsShort : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
|
||||||
weekdays : '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
|
weekdays : '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
}(this, (function (moment) { 'use strict';
|
}(this, (function (moment) { 'use strict';
|
||||||
|
|
||||||
|
|
||||||
var ko = moment.defineLocale('ko', {
|
var ko = moment.updateLocale('ko', {
|
||||||
months : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
|
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('_'),
|
monthsShort : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
|
||||||
weekdays : '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
|
weekdays : '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
|
||||||
|
|||||||
Reference in New Issue
Block a user