joanllenas / ngx-date-fns

⏳ date-fns pipes for Angular
163 stars 14 forks source link

bug: string is not seen as a valid input #409

Open EinfachHans opened 1 week ago

EinfachHans commented 1 week ago

Description of the Issue and Steps to Reproduce:

Since date-fns@3 a string is a valid input as date. With the dfns pipes it is not:

export type DateFnsInputDate = number | Date;

Environment:

Please answer the following questions:

joanllenas commented 5 days ago

Thanks for letting me know @EinfachHans. I'll look into this soon.