Calendar
This template using FullCalendar & Calendar .
FullCalendar is Taken from Full Calendar Plugin which is great for displaying events, FullCalendar is a flexible event calendar plugin to display events in a responsive, modern-looking calendar interface.
Note : After Changing scss you must run gulp command i.e, gulp watch
. Refer gulp page for more gulp commands click here.
<!-- DEFAULT CALENDAR JS-->
<script src="../assets/plugins/calendar/underscore-min.js"></script>
<script src="../assets/plugins/calendar/moment.js"></script>
<script src="../assets/plugins/calendar/calendar.js"></script>
<script src="../assets/plugins/calendar/defaultcalendar.js"></script>
<!-- FULL CALENDAR JS -->
<script src='../assets/plugins/fullcalendar/moment.min.js'></script>
<script src='../assets/plugins/fullcalendar/fullcalendar.min.js'></script>
<script src="../assets/js/fullcalendar.js"></script>