Format of date display (See more user questions)
Hi
Good to hear from you.
Most customers just need the date to be human-readable. The more it looks
like a timestamp, the less readable it is. It should display fine in Excel
in a "general" or "text" formatted cell. If your needs are more demanding,
you might need to look beyond a twenty-buck form script.
That said, you can pretty much make the date output any way you like it.
Have a look at this page on the PHP manual:
http://uk2.php.net/manual/en/function.date.php
Change date("M dS Y") accordingly.
Version 3.3 uses a similar thing to that above. Just download it if you
want to try it:
https://formtoemail.com/download.php
Any questions, just let me know.
Best wishes.
Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!
----- Original Message -----
Sent: Tuesday, March 17, 2009 2:02 PM
Subject: Re: FormToEmail-Pro Script
> Thanks.
>
> Is the date form submitted data now 3.3 in a processable format that
> something like Excel or a database program will recognize, e.g.,
> 03/17/2009?
>
> You gave me code for this many months ago:
>
> $_REQUEST["Date"] = date("M dS Y");
>
> But the output from that isn't recognized as a date in any program I use
> the data in.
>
> Continues to be a great product for us and am looking forward to working
> with the newest version 3.3 in next forms created.
>
> Regards,