date_real_url doesn’t like having the ‘day’ and the ‘date’ as arguments, I guess.  So when I leave the second argument empty, it all works. 

 

Joel

 

From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Joel Willers
Sent: Monday, April 18, 2011 2:52 PM
To: support@drupal.org
Subject: [support] Today from the Date API

 

I have Date API and Calendar modules installed on my D6.20 site, and I need to send ‘Today’ to the function date_real_url();

 

I’ve tried date_real_url($view, 'day', date("Y-m-d")) and even tried to hard code a date (‘2011-01-01’) and it doesn’t seem to work. 

 

Any suggestions?

 

Joel