What is the html code for a default date?
Monday, January 25th, 2010I know that asp is response.write but what is simple html code to insert the default date, say into a text field on a form?
HTML is static. You cannot have it insert dynamic content (ie: the current date). You’d need to use a server-side language like ASP or PHP or something on the client-side like JavaScript.