Drupal CCK Date: how to set datetime field's default value to a fix date?
- by Daj pan spokój
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
last day of May 2011
(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?