I'm displaying a date and passing it to the date:'shortDate' filter. Now I want to add another level of filter so that if the date is not between a certain range it just doesn't display at all.
Do I have to write a custom filter for that?
I'm displaying a date and passing it to the date:'shortDate' filter. Now I want to add another level of filter so that if the date is not between a certain range it just doesn't display at all.
Do I have to write a custom filter for that?