Re: FormatDateTime Revisited
- From: "Adam Plocher" <aplocher@xxxxxxxxx>
- Date: 17 Jan 2006 13:20:57 -0800
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.
.
- References:
- FormatDateTime Revisited
- From: John K
- Re: FormatDateTime Revisited
- From: Adam Plocher
- Re: FormatDateTime Revisited
- From: John K
- FormatDateTime Revisited
- Prev by Date: Re: Is this a good idea?
- Next by Date: Re: Is this a good idea?
- Previous by thread: Re: FormatDateTime Revisited
- Next by thread: Re: FormatDateTime Revisited
- Index(es):