Help with getting things done and fixing problems.
Help with getting things done and fixing problems.
Posted 22 hours 16 min ago by (harpsw) in How-To and Troubleshooting
Posted 1 day 11 hours ago by (xorgev) in Other
Posted 2 days 20 hours ago by (steveb510) in How-To and Troubleshooting
Recent comments
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
Good call on the devel...it shows the filter on the date field is looking for a unix timestamp. FYI, that value corresponds to yesterday, July 13 WHERE (( (ShowsNotices.ShowDate >=...
Filter view on date