date

Description

Wraps a date type.

Dates can also be specified directly as a value without the need for this type. However they can not be specified with time zone.

Properties

NameDescriptionRequired
date A date in text in the format specified by format. Yes.
timeZone The time zone the date is for. No.

Example

 <sequential>
  <jobs>
   <variables id="vars">
    <xmas>
     <date timeZone="US/Hawaii" date="25-dec-09"/>
    </xmas>
   </variables>
   <echo text="Christmas in Hawaii starts at ${vars.xmas}."/>
  </jobs>
 </sequential>


(c) Rob Gordon 2005 - 2009