I would like to send an email out on a specific date (I will use cronjobs for this) and I'm testing this.
Im trying to set the date and therefore send emails for records which match this date.
$d="2008-12-04";
However, when I echo that out it only returns '2008'. I can't think why, what is going on here??
