Help with getting things done and fixing problems.
Help with getting things done and fixing problems.
Posted 1 day 32 min ago by (harpsw) in How-To and Troubleshooting
Posted 1 day 13 hours ago by (xorgev) in Other
Posted 2 days 22 hours ago by (steveb510) in How-To and Troubleshooting
Recent comments
Just FYI, for field API date fields that use ISO format (basically a string), the resulting expression produced by the date_views_filter_handler_simple handler is DATE_FORMAT(STR_TO_DATE(...
Filter view on date
I think storing as timestamps would be the simplest and best way. Thanks for the help!!
Filter view on date
Yes, what I suspected. The core views filter handler for dates (views_handler_filter_date) can only handle UNIX timestamp sql columns. You'll either need to extend that filter handler to...
Filter view on date