Apache Struts 2 Plugin Registry > Home > JSCalendar Plugin
Added by Derik Vercueil, last edited by Don Brown on Nov 14, 2007  (view change)
Name JSCalendar Plugin
Publisher Derik Vercueil
License Open Source (GPL v2)
Version 0.4
Experimental Yes
Homepage http://code.google.com/p/struts2jscalendarplugin/
Download http://code.google.com/p/struts2jscalendarplugin/downloads/list

Rating?

Overview

JSCalendar Plugin is a backport of the Webwork 2.2.6 JSCalendar tag that is not present in Struts2 due to licensing issues.

Usage:

Import the tag:

<%@ taglib prefix="jscalendar" uri="/jscalendar" %>

Use the tag as follows:

<jscalendar:jscalendar name="date" format="%Y-%m-%d %H:%M:%S" showstime="true"/>

The jscalendar:head tag must be included in all the pages that will use the tags from this plugin.