#7485
MA
Participant

    If you want the date default to a static date then specify the date value:
    <DateTime prompt=”Leave start date” hint=”Enter the date” date=”11/1/2006″></DateTime>

    If you want the date default to today’s date then do not specify the date value:
    <DateTime prompt=”Leave start date” hint=”Enter the date”></DateTime>

    Hope this helps.
    MA