toDate
Gets the Date instance of the current Chronos instance.
toDate()
Gets the native Date instance of the current Chronos.
Signature
toDate(): DateReturn 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)
