I am using the following function to display the date:
<% =FormatDateTime(Date(),1) %

The date is displayed as follows:
Wednesday, December 06, 2000

How can I change this so that it reads:
Wednesday December 6 2000. i.e remove the commas and leading zeros.