Your basket is currently empty

FormatDateTime() function in ASP

This function uses the following format:

FormatDateTime(date, format)

There are two arguments the function accepts: date and format.

The format can either type the constant name or it's corresponding value (0-4).

Note : If used on the server side, the date/time returned will be whatever the server's date and time is, not your client's time from their system.


Published Thursday, June 03, 2004