Skip to main content
Module

x/create_react_app/deps.ts>datetime.parse

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

Parse date from string using format string

Parameters

dateString: string

Date string

formatString: string

Format string

Returns

Parsed date