Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias DateTimeFormat
import { type DateTimeFormat } from "https://deno.land/std@v0.56.0/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"