If its a one-off need, try an search expression like this
date:=2015-12 or date:=2016-12 or date:=2017-12 in the search bar.
Or, create a computed custom column (column built from other columns) using the format_date function on the #timestamp (Date) column. See
Using functions in templates - single-function mode for more details.
BR