대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
이슈 수정시 사용자가 담당부서에 속해있으면 수정 가능
이민희
2021-12-14
a72bda0256b8a5f3bc348142449e759cd445560b
[~jhpark/owl-kisa.git]
/
src
/
main
/
webapp
/
bower_components
/
moment
/
src
/
lib
/
moment
/
creation-data.js
1
2
3
4
5
6
7
8
9
export function creationData() {
return {
input: this._i,
format: this._f,
locale: this._locale,
isUTC: this._isUTC,
strict: this._strict
};
}