Posted by Adam Plocher on 09/27/57 11:37
John, you will need to use strtotime to convert your $dateMerge into a timestamp (before passing in to date()). Simply change date("Y-m-d", ($dateMerge)) to date("Y-m-d", strtotime($dateMerge)) and I believe it'll work.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming