2amigos / yii2-date-picker-widget

Bootstrap DatePicker Widget for Yii2
https://2amigos.us
Other
130 stars 77 forks source link

0000-00-00 00:00:00 value on save #53

Closed wibiesana closed 6 years ago

wibiesana commented 6 years ago

Everytime i save i get value 0000-00-00 00:00:00 im using mariadb for the database

TreeHouse98 commented 6 years ago

i have a seem problem

TreeHouse98 commented 6 years ago

i solved the problem, it's in a input format data, you need set in 'clientOptions' => [ 'format' => 'yyyy-mm-dd' ]; At first i set a yyyy-M-dd, and M it's a name of the month, and when i was set mm it like '00' format

wibiesana commented 6 years ago

works for me