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

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.