I don't think that will be possible - from the outside of the view, you can only see the resultant fields (after group by) and have no access to underlying makeup of the view.
On adding a date column to the view - if each row is a summary of say 10 rows, which date would it be - see?
I would create a function/proc with the same body as the view but that can take a parameter into the WHERE clause.