Is there a way to convert a text
type input field to a date
type one with jQuery, so it will display to the user a date picker? I can add custom fields to a form created by a Wordpress plugin, but it doesn't support date
nor datetime-local
field types, and I need a such one.
<input name="adverts_eventDate" id="adverts_eventDate" type="text">