simplicite-bootstrap-datetimepicker
v1.2.1
Published
Bootstrap date and time picker adapted and refactored for Bootstrap 4 and 5 from archived https://github.com/smalot/bootstrap-datetimepicker
Downloads
115
Readme
Bootstrap date time picker
This repo is a fork and adaptation of the code of this repository that was developped for Bootstrap 3 and which is not maintained anymore by its owner.
It contains :
- a slightly modified version for Bootstrap 3 (in the
bootstrap3/directory) - a rewrite version for Bootstrap 4 (in the
bootstrap4/directory) - a rewrite version for Bootstrap 5 (in the
bootstrap5/directory)
Building & publishing
This requires that you have node.js installed.
Bump the version number in:
package.jsonbootstrap3/js/bootstrap-datetimepicker.jsbootstrap4/js/bootstrap-datetimepicker.jsbootstrap5/js/bootstrap-datetimepicker.js
Prepare:
npm installBuild for Bootstrap 3:
npm run build3Build for Bootstrap 4:
npm run build4Build for Bootstrap 5:
npm run build5Publish to NPM registry:
npm publish