An open API service indexing awesome lists of open source software.

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

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

![Ionic4-Datepicker Gif](https://www.logisticinfotech.com/wp-content/uploads/2018/12/ionic4-datepicker.gif)

# 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