Mr Sujon
Mr Sujon

Reputation: 1

How to programmatically click on single date? 1.6.4

How to programmatically click on a single date in FullCalendar 1.6.4? Nothing is working.

var initialDate = "2023-02-21"
alert(initialDate)
$('#calendar').fullCalendar( 'select', initialDate, initialDate, true )

Upvotes: 0

Views: 99

Answers (0)

Related Questions