https://github.com/logisticinfotech/ionic4-datepicker
Ionic 4 Datepicker component
https://github.com/logisticinfotech/ionic4-datepicker
angular angular-ionic angular7 calendar datepicker datepicker-component ion-calendar ion-datepicker ion-datetime ionic-component ionic-framework ionic4 ionic4-datepicker ionic4-example
Last synced: 7 months ago
JSON representation
Ionic 4 Datepicker component
- Host: GitHub
- URL: https://github.com/logisticinfotech/ionic4-datepicker
- Owner: logisticinfotech
- License: other
- Created: 2018-12-24T13:51:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T15:00:56.000Z (almost 5 years ago)
- Last Synced: 2025-04-26T17:01:51.266Z (8 months ago)
- Topics: angular, angular-ionic, angular7, calendar, datepicker, datepicker-component, ion-calendar, ion-datepicker, ion-datetime, ionic-component, ionic-framework, ionic4, ionic4-datepicker, ionic4-example
- Language: TypeScript
- Homepage: https://www.logisticinfotech.com/blog/ionic4-datepicker-component/
- Size: 177 KB
- Stars: 77
- Watchers: 8
- Forks: 32
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic4 DatePicker
Please check this blog for documentation [this link](https://www.logisticinfotech.com/blog/ionic4-datepicker-component)
Here is how it looks

# Breaking change in version 1.0.8
Due to issue in date formate `dd-MM-yyyy`, we have used momentjs to solve it.
We are moving away from angular DatePipe so now only [momentjs date formates](https://momentjs.com/docs/) are valid.
so people who are using `dd` will require change it to `DD`
## Credits to
rajeshwar patlolla's Ionic1 Datepicker