[support] Views : All dates in a month.

Ted ted-drupalists at webfirst.com
Wed May 15 15:06:12 UTC 2013


Wipe_Out wrote:
> I am trying to create a birthday list.. Problem is I can't work out 
> how to get views to show me a list of all items in a particular 
> month irrespective of the year..
>
> So for example all birthdays in May no matter which year they are born..

Your path of least resistance here is probably the computed_field 
module. Other options:

- Create multiple fields (day, month, year) and validate as a date (bad 
UX, more work for you)
- The partial_date module would probably work for you as well (d7 only)

T


More information about the support mailing list