New Features of ZK Calendar 2.1.0

From Documentation
Revision as of 04:24, 24 November 2010 by Jimmyshiau (talk | contribs) (Created page with '= ZK Calendar now supports the beginTime and endTime attribute = By default ZK Calendar schedule area will be start form 00:00 and end with 00:00, [[Image:ZKCalendar_Release2.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ZK Calendar now supports the beginTime and endTime attribute

By default ZK Calendar schedule area will be start form 00:00 and end with 00:00,

ZKCalendar Release2.1.0 time.png

With ZK Calendar 2.1.0 by setting beginTime( 0-23 ) and endTime ( 1-24 ) you can only show the events in the time range.

<calendars id="calendars"  beginTime="8" endTime="16"
		timeZone="Tokyo=GMT+9,Stockholm=GMT+1" model="${cm}"
		mold="default" firstDayOfWeek="Sunday">

ZKCalendar Release2.1.0 time2.png