hi
i want to compare two dates called booking_start_date and booking_end_date to make sure that the booking start date comes before the booking end date.
at the moment both dates are just stored as dates in the mysql database.
anybody know how i could do this?
and also does anybody know how i can find the number of days that the booking is for based on the dates that the user has entered as it will be needed for me to calculate the price of their overall booking
thanks