Event Calendar

Event calendar widget will show various events in the calendar. It will show all events based on particular time range. Events can be displayed in monthly, weekly or daily basis. For monthly view there will be no time span. Event will be rendered on its date box. For, monthly and weekly view there is time span. Event will be rendered on their time span. Say, an event will occur from 9am to 3pm. Then this event will be placed on these time span. You can fetch event by current month, current week or by current day. A time is associated with each event. You can specify time format based on the following rules-

  • s - seconds

  • ss - seconds, 2 digits

  • m - minutes

  • mm - minutes, 2 digits

  • h - hours, 12-hour format

  • hh - hours, 12-hour format, 2 digits

  • H - hours, 24-hour format

  • HH - hours, 24-hour format, 2 digits

  • d - date number

  • dd - date number, 2 digits

  • ddd - date name, short

  • dddd - date name, full

  • M - month number

  • MM - month number, 2 digits

  • MMM - month name, short

  • MMMM - month name, full

  • yy - year, 2 digits

  • yyyy - year, 4 digits

  • t - 'a' or 'p'

  • tt - 'am' or 'pm'

  • T - 'A' or 'P'

  • TT - 'AM' or 'PM'

  • u - ISO8601 format

  • S - 'st', 'nd', 'rd', 'th' for the date

This widget has 1 views. For details, see the description of the View field in The General Tab.