erp5_web_renderjs_ui: Stop using <input type="date"> in search editor.
With <input_type="date">
end users can't explicitly control string representation of Zope DateTime which supports various different kinds of string representations including with or without timezone that causes wrong filtering results as I described in !1053 (closed) and !1058 (closed) .
If search editor provides <input type="text">
for date columns, then end users can control string representation of Zope DateTime the same as xhtml style.