Garito / schematics-wtf

Schematics to WTForm converter
3 stars 1 forks source link

Datetime input deprecated #2

Open Garito opened 9 years ago

Garito commented 9 years ago

Seems that Chrome and Safari (at least for mobile) aren't supporting datetime anymore

Instead of that, the recommendation is to use datetime-local or 2 inputs (one date and one time)

Garito commented 9 years ago

Since I use only utc, I don't really like any of both choices One needs a utc conversion before send The other needs to put together both pieces