Home > tough-cookie > formatDate
Format a Date into the preferred Internet standard format defined in RFC822 and updated in RFC1123.
Signature:
export declare function formatDate(date: Date): string;
Parameter |
Type |
Description |
---|---|---|
date |
Date |
the date value to format |
string
formatDate(new Date(0)) === 'Thu, 01 Jan 1970 00:00:00 GMT`