For a guide to the choosing ASP or PHP, click here
Home >> Date Time >> Display the Date - MM-DD-YYYY This will display the date to the screen in the format mm/dd/yyyy
<% ' this code will display the date ' to the screen in the format: ' mm/dd/yyyy response.write(date()) %> What is ASP?
What is PHP?