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