Simple Events Calendar

« Back

Methods


getDate

Signature:

$.fn.dp_calendar.getDate()

Get the date of the calendar.


getDay

Signature:

$.fn.dp_calendar.getDay()

Get the day of the calendar.


getMonth

Signature:

$.fn.dp_calendar.getMonth()

Get the month of the calendar.


getYear

Signature:

$.fn.dp_calendar.getYear()

Get the year of the calendar.



setDate

Signature:

$.fn.dp_calendar.setDate(date)

Set the date of the calendar. Learn more about the Date class in javascript here.


setDay

Signature:

$.fn.dp_calendar.setDay(day)

Set the day of the calendar. [1-31]


setMonth

Signature:

$.fn.dp_calendar.setMonth(month)

Set the month of the calendar. [0-11]


setYear

Signature:

$.fn.dp_calendar.setYear(year)

Set the year of the calendar [yyyy].