6.4 The Date/Time Widget

iManager includes a date/time widget that is implemented as a JSP tag library. To use the date/time widget:

  1. Include the following tag in the <head> section of your JSP:

     <iman:calendarScripts/>
     
  2. Include the following tag in the <body> section of your JSP where you want the widget to appear:

     <iman:calendar name="MyCal" onLoadCallback="onLoadCalendar" returnCallback="returnFromCalendar"/>
     

To easily create a template that uses the date/time widget, use the Plug-in Studio to create a template that modifies an attribute of time syntax.