Simple Events Calendar

  • 01
  • 02
  • 03
  • 04
  • 05
  • 06
  • 07
  • 08
  • 09
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

Saturday

Apr
05

SORT BY:

  • TIME
  • TITLE
  • PRIORITY
    No results were found in this date.
« Back

Events


onChangeMonth

Signature:

$("#calendar").dp_calendar({
    onChangeMonth: function() {
        alert("onChangeMonth Triggered!");
    }
})

This event is triggered when the next and prev months buttons are clicked.


onChangeDay

Signature:

$("#calendar").dp_calendar({
    onChangeDay: function() {
        alert("onChangeDay Triggered!");
    }
})

This event is triggered when a different day is clicked.


onClickMonthName

Signature:

$("#calendar").dp_calendar({
    onClickMonthName: function() {
        alert("onClickMonthName Triggered!");
    }
})

This event is triggered when the name of the month at the top of the calendar is clicked.


onClickEvents

Signature:

$("#calendar").dp_calendar({
    onClickEvents: function() {
        alert("onClickEvents Triggered!");
    }
})

This event is triggered when any event in the list is clicked.

PrevNext
April 2025
SuMoTuWeThFrSa
  12345
6789101112
13141516171819
20212223242526
27282930