ChronosChronos

toDate

Gets the Date instance of the current Chronos instance.

toDate()

Gets the native Date instance of the current Chronos.

Signature

toDate(): Date

Return Type

Date - Native Date object

Notes

  • Returns new Date instance

Example

playground.ts

Tips

Native Date object can also be accessed by native public property.

Last updated: Thu, May 21, 2026 02:09:18PM (UTC)

On this page