K
Keith
I want to insert the current date into a form field as a default text.
However, when I use <%=Date()%> it insets the date in the format 6/9/2004.
How can I get it to insert the date in UK format (dd/mm/yyyy) using leading
0's for single numbers, so I end up with 09/06/2004?
Thanks
However, when I use <%=Date()%> it insets the date in the format 6/9/2004.
How can I get it to insert the date in UK format (dd/mm/yyyy) using leading
0's for single numbers, so I end up with 09/06/2004?
Thanks