Currently, the 'datetime' and 'datestamp' CCK types (from the Date module) are supported, but the 'date' type is not.

We should add support for the 'date' type.

As best as I understand it, supporting the 'date' type would require using Date's sql api. Supporting 'datetime' and 'datestamp' can be done (and is done) with just the views_date_sql_format() function.

Comments

docgnome’s picture

I'm confused. I've been tasked to fix this problem but it seems to work with Date fields just fine... I can add advanced filters to them. Am I missing something?