By maozet on
I have a custom content type myimage which has a date_taken field(Date)
I need to display those images based on a week(0-53)
for example:
/2009/21 (week 21 in 2009)
/2010/2 (second week in 2010)
so i have tried using views with two arguments.
my problem:
Doesn't work on date_taken field (which is a Date)
Works with node creation date
Any idea?
Comments
You can make your own module
You can make your own module without views. And select data from the database for this node type alone.
________________________
Override, don't change!