Open Garito opened 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)
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
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)