DateGenerator

ThreadLocal Date formatters for HTTP style dates.

Members

Functions

doFormatCookieDate
void doFormatCookieDate(StringBuilder buf, long date)

Format "EEE, dd-MMM-yy HH:mm:ss 'GMT'" for cookies

doFormatDate
string doFormatDate(SysTime date)
Undocumented in source. Be warned that the author may not have intended to support it.
doFormatDate
string doFormatDate(long date)

Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"

Static functions

formatCookieDate
void formatCookieDate(StringBuilder buf, long date)

Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies

formatCookieDate
string formatCookieDate(long date)

Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies

formatDate
string formatDate(SysTime date)

Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"

Static variables

DAYS
string[] DAYS;
Undocumented in source.
MONTHS
string[] MONTHS;
Undocumented in source.

Meta