Hi there,

I have a content type with a CCK date field. I am trying to make a 'related content' view that displays other content with the same value (granularity: day) in this field. I have tried referencing this field with a contextual filter in the view, but this doesn't work.

The path for the node I am trying to create the view for is /[content-type]/28-05-12/[title] what code would I use to reference the date in the URL? Or is there another way of doing this???