Skip to content

logisticinfotech/ionic4-datepicker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
e2e
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ionic4 DatePicker

Please check this blog for documentation this link

Here is how it looks

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 are valid.

so people who are using dd will require change it to DD

Credits to

rajeshwar patlolla's Ionic1 Datepicker