|
|
|
The Following code will print out the date so that it's in a long date format including the appropriate suffix - i.e st, nd, rd. Here's the code in action: Thursday 12th May 2005
Version: 1.0
Platforms: Windows
Last Updated: January 31, 2006 |
|
|
|
|
Based around the functionality of the PHP date() function, it returns date and time information in a format based upon arguments it is fed. Essentially, it takes one date string/object and transforms it to a different format. The ASP FormatDateTime function is extremely limited. This provides an alternative which gives you far greater control over how the date is returned.
Version: 1.0
Platforms: ASP
Last Updated: February 03, 2006 |
|
|
|
|