Im using the following plugin: FullCalendar.js by : [https://fullcalendar.io/][1]
I am using this with ajax and JSON with an API. however i would like to know if its possible to get the selected day of the week as I want to make certain conditions happen if that day is a Saturday for example:
Is this possible? I have been looking in the docs and came across this:
https://fullcalendar.io/docs/mouse/dayClick/
But im not sure that is correct?