Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias DateTimeFormat
import { type DateTimeFormat } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/datetime/mod.ts";
definition:
| "mm-dd-yyyy hh:mm"
| "dd-mm-yyyy hh:mm"
| "yyyy-mm-dd hh:mm"
| "hh:mm mm-dd-yyyy"
| "hh:mm dd-mm-yyyy"
| "hh:mm yyyy-mm-dd"