2amigos / yii2-date-time-picker-widget

Bootstrap DateTimePicker Widget for Yii2
Other
44 stars 35 forks source link

Rewrite the attribute value (unix timestamp) to a datetime #22

Open RobinJespersen opened 6 years ago

RobinJespersen commented 6 years ago

If this is not done the input field shows the unix timestamp. This is useless for the client side scripts.

This implementation assumes that the global (yii) datetime format is equivalent to the 'clientOptions' format.