The dates must be of the form yyyy-MM-dd where the format is as specified by the Java Date Format.
| from | The from date for the schedule. |
| on | A specific date on which to schedule something. |
| refinement | Provide a refinement to this schedule. |
| to | The to date for the schedule. |
| Example 1 | A schedule for Christmas. |
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The from date for the schedule. Defaults to along time ago.
| Configured By | ATTRIBUTE |
| Access | WRITE_ONLY |
| Required | No. |
A specific date on which to schedule something.
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
Provide a refinement to this schedule.
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The to date for the schedule. This date is inclusive, the defined interval is up to and including the last millisecond of this date. This defaults to a long time away.
A schedule for Christmas.
<schedules:date on="2004-12-25" xmlns:schedules="http://rgordon.co.uk/oddjob/schedules"/>