https://github.com/simplicitesoftware/bootstrap-datetimepicker
Fork and adaptation of Bootstrap datetimepicker for Bootstrap 3 and 4
https://github.com/simplicitesoftware/bootstrap-datetimepicker
bootstrap bootstrap3 bootstrap4 css datepicker javascript
Last synced: 12 months ago
JSON representation
Fork and adaptation of Bootstrap datetimepicker for Bootstrap 3 and 4
- Host: GitHub
- URL: https://github.com/simplicitesoftware/bootstrap-datetimepicker
- Owner: simplicitesoftware
- License: apache-2.0
- Created: 2020-07-09T09:51:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T19:53:45.000Z (over 1 year ago)
- Last Synced: 2025-04-13T18:43:57.844Z (about 1 year ago)
- Topics: bootstrap, bootstrap3, bootstrap4, css, datepicker, javascript
- Homepage:
- Size: 567 KB
- Stars: 8
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bootstrap date time picker
==================================
This repo is a fork and adaptation of the code of [this repository](https://github.com/smalot/bootstrap-datetimepicker)
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.json`
- `bootstrap3/js/bootstrap-datetimepicker.js`
- `bootstrap4/js/bootstrap-datetimepicker.js`
- `bootstrap5/js/bootstrap-datetimepicker.js`
Prepare:
npm install
Build for **Bootstrap 3**:
npm run build3
Build for **Bootstrap 4**:
npm run build4
Build for **Bootstrap 5**:
npm run build5
Publish to NPM registry:
npm publish