[ic] checkout.html

Rene Hertell interchange-users@icdevgroup.org
Fri Jun 6 06:47:00 2003


> Rene Hertell wrote:
> >> Is there anyway I can force the format I want, i.e. July 4, 2003?
> >> NOT/NOTt; 7/4/03 or Jul 4, 03, etc....???
> >
> >How does your date-code look like?
>
> Rene,
>
> This is what I have on my checkout.html page:
>
> [snip]
> <td class=form>
> <INPUT TYPE="text" NAME="arrival" VALUE="[value arrival]" size=20><br>
> <font size="1">Date Format: February 9, 2003</font>
> </td>
> [/snip]
>
> It simply takes the arrival date as the customer inputs it. Thus my
> attempt to provide the format by example, as I prefer.

Why do you not use dropdown-boxes one for day, month and year (like the
date-widget in the admin UI)? Withi this the customer can't mess with the
dates at all...

René