Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function dateToIsoString
import { dateToIsoString } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/temporal-util.ts";

Formats given date to an ISO 8601 string.

Parameters

year: NumberOrInteger | string

the date year.

month: NumberOrInteger | string

the date month.

day: NumberOrInteger | string

the date day.

Returns

string

ISO string that represents given date.