trntv / yii2-datetime-widget

Yii2 Date/Time Widget
8 stars 14 forks source link

Output 1970-01-01 00:00:00 on Empty String #10

Closed shyevsa closed 7 years ago

shyevsa commented 8 years ago

When the form is submitted with empty string it will generate 1970-01-01 00:00:00 is this expected behaviour?

as I don't like it, I do a quick fix by changing line 104 to if ($value !== null && $value !== '') {

Tuan-T-Nguyen commented 6 years ago

Please release to composer