Hi,
I have a CCK datetime field and would like to set its default value to 31 May 2011.
When I go to the configuration of the field I can set the default value to Now, Blank or Relative.
Relative is to be set by a PHP's strtotime argument. However, it fails when I set it to
31 May 2011--> I get today in the node add formlast day of May 2011--> I get an error on the field configuration pageThe Strtotime default value for the To Date is invalid.
(that should normally work according to http://php.net/manual/en/function.strtotime.php)
Do You have any idea how to set it to default to 31 May 2011?