Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundasleep/bootstrap-datetimepicker-sass
Date/time picker widget based on twitter bootstrap using SASS
https://github.com/soundasleep/bootstrap-datetimepicker-sass
Last synced: about 2 months ago
JSON representation
Date/time picker widget based on twitter bootstrap using SASS
- Host: GitHub
- URL: https://github.com/soundasleep/bootstrap-datetimepicker-sass
- Owner: soundasleep
- Fork: true (Eonasdan/tempus-dominus)
- Created: 2014-03-24T22:53:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T00:59:24.000Z (over 7 years ago)
- Last Synced: 2024-09-18T00:22:04.311Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://eonasdan.github.io/bootstrap-datetimepicker/
- Size: 987 KB
- Stars: 2
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Bootstrap v3 datetimepicker widget using SASS
![DateTimePicker](http://i.imgur.com/nfnvh5g.png)
### [⇢ View the manual and demos](http://eonasdan.github.io/bootstrap-datetimepicker/)
This is a fork of [eonasdan-bootstrap-datetimepicker](https://github.com/Eonasdan/bootstrap-datetimepicker) that simply provides SASS equivalents of `src/less/*.less` files.
## Quick installation
### [bower](http://bower.io)
Run the following command:
```
bower install soundasleep-bootstrap-datetimepicker-sass#latest --save
```Include necessary scripts and styles:
```html
```
## Things that should probably be fixed
1. I can't get `make` to work locally on Windows, it crashes. Probably a good idea to use a different build system, maybe `grunt`?
2. The `make` file only generates from LESS, not SASS. It looks like there are no SASS compilation binaries for Windows... maybe need to use `grunt` for `grunt-sass`?
3. There are no tests, not even an example HTML file to demonstrate how it works (I guess that's what the Github.io pages were for). It would be good to add them.
4. An issue I'd like to fix: [Add options to disable displaying Months or Years views](https://github.com/Eonasdan/bootstrap-datetimepicker/issues/252)## Fix for prev and next year button issue when we set minDate and maxDate in options
1. 'Next' Icon in date range filter is always disabled for year selection.
2. 'Prev' Icon is not restricted based on minDate.