-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nb-timepicker invalid date issue #2995
Comments
the same here |
@vanlecs09 for a temporary fix you can override the parseNativeDateString method in NbTimePickerDirective protected parseNativeDateString(value: string): string { return |
@katebatura Hi, I have the same issue on Jan 2024, can your fix be merged and backported to a Nebular version 9? |
Are there any updates on the issue with the invalid date in the nb-timepicker? We are still experiencing this problem. |
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
When I try to change time in nb-timepicker there is an error called
InvalidPipeArgument: 'Unable to convert "Invalid Date" into a date' for pipe 'e'
This occurs only when computer date in January. When I change it to February this works fine.
If we remove the default value in formBuilder this will work fine.
Expected behavior:
Should able to change time.
Steps to reproduce:
Related code:
Other information:
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: