Guest User

Untitled

a guest
Jul 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function DateStillValid($shipdate){
  2.  
  3. if(!isset($this->earliest_date))$this->EarliestArrival();
  4.  
  5. $result=($this->earliest_date>$shipdate) ? false : true;
  6.  
  7. return $result;
Add Comment
Please, Sign In to add comment