/ Forums / Advansys Formativ / Creating Solutions with Formativ / DateTime / Reply To: DateTime
January 17, 2006 at 4:01 pm
#7485
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