|
Calendar JSTL Tag Lib lets you present calendar control in your
applications. For example:
<%@ taglib uri="taglib.tld" prefix="cal" %> <cal:month month="2" cssMonth="month">
|
and you will see some like this:
Calendar
Calendar JSTL Tag Lib parameters are:
| Tag Name | Parameter Name | Description |
| cal:month | Start tag for displaying calendar | |
| month | Month of year for displaying. By default – current month | |
| year | Default value – current year | |
| locale | In current build available two locales: Russian and English locales. By default: English locale | |
| cssMonth | Css for common calendar table | |
| cal:header | Tag for displaying month of year | |
| cssHeader | Css for month row | |
| cal:dayOfWeekIterator | Tag for iterate week’s days | |
| cal:dayOfWeek | Tag displays day of week | |
| cssDayOfWeek | Css for days in a week | |
| cssRestDayOfWeek | Css for rest days in a week. In current version it’s only for Saturday and Sunday days | |
| cal:dayOfMonthIterator | Tag for iterate month’s days | |
| cal:dayOfMonth | Tag displays day of month | |
| link | If you present days of month as link with date parameter, set value to true. By default is false | |
| href | Value which you want to use as a link | |
| cssDay | Css days of month | |
| cssRestDay | Css rest days of month | |
| cssDayLink | Css for link. If link parameter is true | |
| cssRestDayLink | Css rest days for link. If link parameter is true |
For downloading:
Demo version: calendar.jar Description: calendar.tld
Dependency jars: jsp-api.jar, jstl.jar
Buy it here: Buy it here
© AS_Development Support