Takes an input date and a formatString to format to a string.
date
formatString
string
Options for format.
format
Whether returns the formatted date in UTC instead of local time.
Please provide a reason for reporting this package. We will review your report and take appropriate action.
Please review the JSR usage policy before submitting a report.
Add Package
deno add jsr:@std/datetime
Import symbol
import * as mod from "@std/datetime/format";
Import directly with a jsr specifier
import * as mod from "jsr:@std/datetime/format";