- Issue created by @jimmynash
- πΊπΈUnited States jimmynash
Attaching patch. I'm not really sure if this is the right way to attack this.
Maybe it's better to have the date_popup module add support for this?
When exposing a mysql date field the filter is treated as a string. The date_popup module does not catch this field.
We wanted to provide a date popup for the filter using the html5 date type.
Find a way to allow the mysql_date field to be filtered using a date popup.
I took some lead from the date_popup module to try and get them to work together and ended up bringing some of their code over in a patch
Evaluate the patch or a better method of getting the filter to be an html5 date field.
Active
2.0
Code
Attaching patch. I'm not really sure if this is the right way to attack this.
Maybe it's better to have the date_popup module add support for this?