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.