Date and time picker for Svelte
npm install date-picker-svelte



Date and time picker for Svelte
Features:
- Theming
- Custom formats
- Internationalization (i18n)
- Autopunctuation (e.g typing "20201111111111" gives you "2020-11-11 11:11:11" with the default format)
- Keyboard shortcuts
Demo • Documentation • REPL

```
npm install date-picker-svelte
`svelte
`
Check the docs to learn more
1. Install Node.js (v14 works)
2. Run npm install
- npm run dev: Start site in dev modenpm run build
- : Build package and sitenpm run preview
- : Preview production sitenpm run check
- : Run svelte-checknpm run test
- : Run testsnpm run format
- : Format code
1. Update CHANGELOG.md`
2. Check for errors
`
npm run lint
`
3. Bump the version number
`
npm version --no-git-tag
`
4. Publish
``
npm publish
5. Commit with a tag in format "v#.#.#"
6. Create GitHub release with release notes