JD
|
| Posted: 03/06/2005, 8:05 AM |
|
I am trying to convert my date field to a readable format in the a before show event and then send it to an email address.
I tried to figure out the ccdateformat, but I just do not understand.
Here is what I have:
CCFormatDate(CCParseDate($p1summary->hisdtart->GetValue(), Array("yyyy", "-", "mm", "-", "dd", " ", "HH", ":", "nn", ":", "ss")), array("GeneralDate")) ."\r\n<BR><BR>";
I want the format to be mm/dd/yyyy h:nn AM/PM
|
|
|
 |
JD
|
| Posted: 03/08/2005, 5:46 AM |
|
With the help from DonB, I fixed my problem. Two things wrong.
1. Should be array not Array.
2. I removed the CCParseDate and it worked.
|
|
|
 |
|