Categories
Tags → Format Date In Asp

Converting normal Date into RFC-822 Format Date using ASP

Have you ever wanted to format a date in your ASP pages (using VBScript) to conform with RFC-822? These are required for various things but in particular they are required format for dates in RSS feeds. While I was producing some RSS feeds I could...
DETAILS

Kaos Custom dates

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 f...
DETAILS
©2003-2019 jCay.com