kevinoleary19 / Angular-2-Datepicker

A minimalist datepicker inspired by Google's material design
70 stars 71 forks source link

German date format not supported (dd.MM.yyyy) #69

Open marxxxx opened 7 years ago

marxxxx commented 7 years ago

Hi! I would like to integrate your component in my project. It seems like a perfect fit besides the support of the date format. Looks like only hyphen-separated formats are currently supported. Do you have plans to support dot separated formats like the german one as well ? Thanks a lot! Kind regards Markus

robhor commented 7 years ago

Looks like this has already been fixed in https://github.com/koleary94/Angular-2-Datepicker/pull/47 by using momentjs to do the formatting.
This was merged 21 days ago, but the latest release is from October 26th.

@koleary94 could you do another release?

Chuvisco88 commented 7 years ago

I'm having the same issue, any update on this?

ilyakrasnov commented 7 years ago

See my comments in #94. You can install from github directly.