Skip to main content
Module

x/create_react_app/deps.ts>datetime.toIMF

Create React App with Deno
Latest
function datetime.toIMF
import { datetime } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { toIMF } = datetime;

Parse a date to return a IMF formated string date RFC: https://tools.ietf.org/html/rfc7231#section-7.1.1.1 IMF is the time format to use when generating times in HTTP headers. The time being formatted must be in UTC for Format to generate the correct format.

Parameters

date: Date

Date to parse

Returns

string

IMF date formated string