Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View renatodysouza's full-sized avatar
🎯
Focusing

Renato Souza renatodysouza

🎯
Focusing
  • KBC bank
  • Brussels
View GitHub Profile
@renatodysouza
renatodysouza / main.js
Last active October 10, 2019 21:04
set full calendar
document.addEventListener('DOMContentLoaded', function() {
var calendarEl = document.getElementById('calendar');
var calendar = new FullCalendar.Calendar(calendarEl, {
plugins: [ 'dayGrid', 'timeGrid', 'list', 'interaction' ],
header: {
left: 'prev,next today',
center: 'title',
right: 'dayGridMonth,timeGridWeek,timeGridDay,listWeek'