Install
Install ts-datetime in your project using your favorite package manager:
Package Managers
sh
npm install @stacksjs/ts-datetimesh
bun add @stacksjs/ts-datetimesh
pnpm add @stacksjs/ts-datetimesh
yarn add @stacksjs/ts-datetimeTypeScript Support
ts-datetime is fully typed and works out of the box with TypeScript projects.
Configuration
You can add a datetime.config.ts file to your project root to set global defaults. See the Config page for details.
Testing
sh
bun test