Hi, 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.. Anyone have any ideas?
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
Hmmm.. I was afraid there would be no "standard" way of filtering the view.. Looks like I am in for a bit of work to get this functionality.. Thanks On 15 May 2013 16:06, Ted <ted-drupalists@webfirst.com> wrote:
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 -- [ Drupal support list | http://lists.drupal.org/ ]
participants (2)
-
Ted -
Wipe_Out