Advertisement
DrupalCustom

sfsd

Jun 29th, 2012
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1.   if(strtotime($endDate) < strtotime($startDateConv)){
  2.  form_set_error('enddate', "The Delivery date cannot be older than the Current Date!. You chose the date $endDate This is $testPost");
  3.  
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement