By Brian@brianpuccio.net on
Been using views, great stuff by the way, but for some reason, I can't get the Full Date argument to work. I know I've got nodes I created yesterday and when there's no argument for the view, all nodes show up. When I modify the view to accept the Posted Year + Month argument, the nodes I created on January 1, 2008 show up when I visit example.com/path_to_view/200801. But when I modify the view to accept the Posted Full Date argument, when I visit example.com/path_to_view/20080101, I don't get any nodes. I can visit example.com/path_to_view/20080102 and example.com/path_to_view/20071231 and there are no nodes there, either.
Why?
Comments
Patch for Views
Not sure if your problem is the same, but it sure looks similar to what I was dealing with. Have a look
at http://drupal.org/node/183118. It references a different support issue with a patch that fixed
my problems and will hopefully fix yours, too.
I'm having the same problem.
I'm having the same problem. I have applied the mw_83 and percent_b patches and cleared the views cache, but with no positive results. The other date formats work just fine. Full Date isn't returning any results, but it also isn't respecting the Wildcard. I have set the Wildcard to all, but it still returns no results.