does anybody here know about the function on how will im going to calcute automatically the dates like for example:
$date1 = '2002-10-15';
$date2 = '2002-10-25;
i want to calcute or get the difference on how many days laps from $date1 to $date2 basically if your going to county it manually the days is like 10 days right. so is there any function that will calculate this that quick.
thank oyu in advance.