Format

  • Thread starter Thread starter Ken Wood
  • Start date Start date
In C#, you could write:

DateTime dt = DateTime.Now;
Response.Write(dt.ToLongDateString());

or simply

Response.Write(DateTime.Now.ToLongDateString());

Regards,

Bill Dekleris.

-----------------------------------------------------------------------------------------


http://www.infosnap.eu

InfoSnap · the powerful, all-purpose information and knowledge-base manager.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top