i am trying to make date operations not referring to today which is outputed by date(), but referring to some other day.
let's say i have $date which is 2000-01-01, and i want to calculate $yesterday referring to $date, but not by using string functions, like explode() and stuff, but using date functions like mktime() and the rest...
is this possible?... and if so, how this can be done?
thanks in advance...