You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
time part is set to 00.00.00 when setting manually (keyboard).
time part is set to local time when using third component.
So, use case we only want date part to be compare (and not time part) can raise a bugged behaviour.
How repair it
Add 4 new validators : beforeDateTime, notBeforeDateTime, afterDateTime and notAfterDateTime.
Update beforeDate, notBeforeDate, afterDate and notAfterDate to compare only date part. That will lead to ⚠️BREAKING CHANGES⚠️ for people who used these validators for datetime.
🐞 Bug report
When using a third party library like ngx-bootstrap/datepicker :
So, use case we only want date part to be compare (and not time part) can raise a bugged behaviour.
How repair it
package.json