Seems that the views_date_format_sql module doesn't work with "date" fields..

I have a content type that logs date and time in a date fields and a number in a decimal field.. I want to chart the SUM of the "numbers" for each day.. I can't seem to find a way to do this because obviously each logged date and time is unique so they aren't grouping..

Interested to hear if there is an alternative to views_date_format_sql..

Thanks..