Tempus Dominus is a powerful and robust date time picker for javascript. Version 6 is another major rewrite over the previous version. V6 is written with modern browsers in mind and is written in typescript. Bootstrap, momentjs and jQuery are no longer required dependencies. Popper2 is all that is required for the picker to position correctly. If you still require jQuery (seriously, you should move off that asap) there's a jQuery provider that wraps the native js functions.
V6 has shipped! You can see the rough roadmap here.
Need help or want to discuss some? Join the discord.
Please also take a look at the discussions. There are several RFCs (Request For Comment) open, and you can help shape the future of the picker by participating in these discussions.
Run npm i
to install needed packages.
The docs folder contains the generated documentation site, don't modify this directly as it will be overwritten on build. The dist folder contains the built js/css files.
You can run npm run serve
which will start a web server. Navigate to http://localhost:3001/
to view the docs.
Do not run npm run serve
at the same time.
Run npm start
. This runs web server, the build and watchers for the docs, styles, and typescript.
I'd love to know if your public site is using this plugin and list your logo on the documentation site. Leave create a discussion and let me know.
If you have an urgent request, bug or need installation help, please contact in the discord server.