Hi,
I've been using strtotime("$day-$month-$year"), in my app and it works cool... but know I want to make some date comparisons still in this format but I'm not sure about what is precise,
It's as if any format goes
Hi,
I've been using strtotime("$day-$month-$year"), in my app and it works cool... but know I want to make some date comparisons still in this format but I'm not sure about what is precise,
It's as if any format goes
The manual page for strtotime()
has some good insights, including the comments.