Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/neo4j_lite_client/mod.ts>Date.fromStandardDate

Unofficial Neo4j Driver for Deno
Latest
method Date.fromStandardDate
Re-export
import { Date } from "https://deno.land/x/neo4j_lite_client@4.4.6/mod.ts";

Create a Date object from the given standard JavaScript Date. Hour, minute, second, millisecond and time zone offset components of the given date are ignored.

Parameters

standardDate: StandardDate
  • The standard JavaScript date to convert.

Returns

Date<number>

New Date.