calendar

Purpose

A calendar displays a 'flat' calendar and allows user to select a day from it.The first day of the week is decided by the locale (actually the return value of the getFirstDayOfWeek method in the java.util.Calendar).

Examples

<z:hlayout>
    <z:calendar id="cal"/>
    <z:datebox id="in"/>
</z:hlayout>

Description

Attributes

ZK Official Reference

Component Reference

Show calendar Component Reference

Java API

Show calendar Java API