markCalendar(calendar, date, css)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxscheduler_minical.js

Adds css styling from specified date

This will work for mini-calendar only, not for the scheduler !

  • calendar - calendar object
  • date - date object, defines date which need to be marked
  • css - optional, css class which will be used for marking
	scheduler.markCalendar(calendar, new Date(2010,3,1), "my_style");