RE: [PHP] calculate length between date to date

2001-04-22 Thread Jason Murray
> I have 2 variables here that store date start and date end, I > want to compare the lenght between the start date and the end > date, how would I do that? > $dateStart = "$year" . "$mon" . "$date" ; ( for instance, it > will return "20010102") > $dateEnd = "$yearEnd" . "$monEnd" . "$dateEnd"

[PHP] calculate length between date to date

2001-04-22 Thread [EMAIL PROTECTED]
Hi all I have 2 variables here that store date start and date end, I want to compare the lenght between the start date and the end date, how would I do that? $dateStart = "$year" . "$mon" . "$date" ; ( for instance, it will return "20010102") $dateEnd = "$yearEnd" . "$monEnd" . "$dateEnd" ; ( for