Merge pull request #18449 from colemanw/multiValueAutocomplete
[civicrm-core.git] / CRM / SMS / Form / Schedule.php
index 3de19681be32beaffb1605d379f769979b4d25c7..04d68bda9f85001b7542fa0b8551d0a43a8383ee 100644 (file)
@@ -60,7 +60,7 @@ class CRM_SMS_Form_Schedule extends CRM_Core_Form {
       'send_later' => ['id' => 'send_later'],
     ]);
 
-    $this->add('datepicker', 'start_date', '', NULL, FALSE, ['minDate' => time()]);
+    $this->add('datepicker', 'start_date', '', NULL, FALSE, ['minDate' => date('Y-m-d')]);
 
     $this->addFormRule(['CRM_SMS_Form_Schedule', 'formRule'], $this);