View previous topic :: View next topic |
Author |
Message |
NZDJLover -
Joined: 29 Apr 2004 Posts: 2
|
Posted: Thu Apr 29, 2004 1:17 am Post subject: PHP and dates before 1970 - please help |
|
|
hello
I am new to PHP and am converting a site previously done in ColdFusion to php. I cannot display dates from an Access Database that are before 1970 due to Epoch date problems (didnt have this prob with ColdFusion) - can anyone provide a workaround or solution? Please help if you can. Also, as I am relatively new to all this, if there is a module etc to install for PHP, could you provide a how to instruction set? Thanks in advance to anyone who can help. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Apr 30, 2004 12:25 pm Post subject: Re: PHP and dates before 1970 - please help |
|
|
NZDJLover,
Do you need to only display the dates? What is their range? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
NZDJLover -
Joined: 29 Apr 2004 Posts: 2
|
Posted: Sat May 01, 2004 12:13 pm Post subject: Date range |
|
|
The dates can be anything from mid 1800's to present day. Any help much appreciated.
Cheers,
Christine. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun May 02, 2004 5:30 pm Post subject: Re: Date range |
|
|
NZDJLover,
There are some workaround in PHP regarding the date but all depends on what you want to do (only displaying the dates or doing some operations on them too).
If you want us to help you solve this issue, please send a sample PHP code to support@aprelium.com . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|