RE: [PHP] Date Comparsion

2002-06-20 Thread Lazor, Ed
Check out the date() and mktime() functions. -Original Message- Now i want to compare the leave_from and leave_to date to find out the number of days between! What should i do or any function in php can provide this operation?

Re: [PHP] Date Comparsion

2002-06-20 Thread 1LT John W. Holmes
]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 12:53 PM Subject: RE: [PHP] Date Comparsion Check out the date() and mktime() functions. -Original Message- Now i want to compare the leave_from and leave_to date to find out the number of days between! What

[PHP] Date Comparsion

2002-06-18 Thread Jack
Dear all I had a form which let user to input the leave_from and leave_to date into, the format of the date that user input is -mm-dd. Now i want to compare the leave_from and leave_to date to find out the number of days between! What should i do or any function in php can provide this