I installed date module in drupal 7. However when I tried using contextual filters as date. I always got this error.
Warning: date_timezone_set() expects parameter 1 to be DateTime, boolean given in format_date() (line 1909 of httpdocs/includes/common.inc). Warning: date_format() expects parameter 1 to be DateTime, boolean given in format_date() (line 1919 of includes/common.inc).
Does anybody encountered the same thing?
Please help.
Thanks!