I made a major upgrade to my angular application (9 ->19), and ended up using this fork, as it supported Angular 19. In the original fork of ng-pick-datetime, if I only set the start datetime, the end datetime was null. Now it is automatically set to 1.1.1970. This is stupid, since the component would need to work so that the end datetime is optional to give.
I made a major upgrade to my angular application (9 ->19), and ended up using this fork, as it supported Angular 19. In the original fork of ng-pick-datetime, if I only set the start datetime, the end datetime was null. Now it is automatically set to 1.1.1970. This is stupid, since the component would need to work so that the end datetime is optional to give.