Hi,
I do something like this:
$month = date('m', strtotime('2004-09-30 +5 months'))
This give me 03 (March), but 09 (September) + 5 months should give me 02
(February)
It's bug or I thing wrong?
--
Dawid Sza³êga
I do something like this:
$month = date('m', strtotime('2004-09-30 +5 months'))
This give me 03 (March), but 09 (September) + 5 months should give me 02
(February)
It's bug or I thing wrong?
--
Dawid Sza³êga
Comment