IT/Script

FullCalendar 한글설정

상짱 2020. 1. 3. 17:16
반응형

1. FullCalendar-4.3.1

 

let calendar = new FullCalendar.Calendar( document.getElementById('xxx'), { 
	plugins : [ "dayGrid" ] 
	, locale : "ko"
	... 
});
반응형

'IT > Script' 카테고리의 다른 글

VSCode Terminal 에 node.js 환경경로 잡기  (0) 2024.04.30
vue-router 사용  (0) 2024.03.24
Vue 프로젝트 생성, 실행  (1) 2024.03.23
jquery plugin  (0) 2020.06.22
Illegal hex characters in escape (%) pattern  (0) 2020.03.10
jquery history 제어  (0) 2020.02.28
FullCalendar 중첩? 중복제거 addEventSource  (2) 2020.01.14
enter key code  (0) 2020.01.07