schedules:date

Description

Provide a schedule for a specific date or define an interval between two dates.

The dates must be of the form dd-MMM-yyyy where the format is as specified by the Java Date Format.

Properties

NameDescriptionRequired
refinement Provide a refinement to this schedule. No.
from The from date for the schedule. Defaults to along time ago (292 million and something B.C.). No.
to The to date for the schedule. Defaults to the a long time away Defaults to (292 million and something A.D.). No.
on A specific date on which to schedule something. No.

Example

 <schedules:date xmlns:schedules="http://rgordon.co.uk/oddjob/schedules"
          on="25-dec-04"/>
 


(c) Rob Gordon 2005 - 2009