ufront / ufront-mvc

The core MVC framework that powers ufront
MIT License
17 stars 15 forks source link

[php] Check for null with Date.fromString() #70

Closed hexonaut closed 6 years ago

hexonaut commented 6 years ago

In php Date.fromString(null) returns the Epoch date instead of throwing an exception. The correct behaviour should be the controller providing a null value instead.