Q1
Does anyone know how to create something similar to a datepicker on an HTML form?
Is there anything like:
<input TYPE="Datepicker" NAME="FromDate" VALUE="01 May 2000">


Q2
Are there date functions you can use in an asp page.
For example, I want to format a date [format(date, "dd mm yyyy")] or add a date. When I tried to use these functions I received errors. Can anyone offer a solution?