Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-22-2012, 04:32 AM   PM User | #1
user.name
New Coder

 
Join Date: Aug 2007
Location: Philippines
Posts: 26
Thanks: 9
Thanked 0 Times in 0 Posts
user.name is an unknown quantity at this point
Check date validity, while allowing different date formats

Hi,

When i strtotime the year 1959 and below, php returns a timestamp value that when echoed as date('Y'), returns 2012, instead of 1959.

How do i get the correct timestamp value of years 1959 and below?

Thanks,

My php=5.2, os-32bit

Last edited by user.name; 02-22-2012 at 04:46 AM..
user.name is offline   Reply With Quote
Old 02-22-2012, 04:55 AM   PM User | #2
cercos
New Coder

 
Join Date: Feb 2012
Posts: 39
Thanks: 0
Thanked 9 Times in 9 Posts
cercos is an unknown quantity at this point
I think it's outputting the 2012 because strtotime() starts at 1970.


Try this if this doesn't help Google "strtotime before 1970":
cercos is offline   Reply With Quote
Old 02-22-2012, 05:09 AM   PM User | #3
user.name
New Coder

 
Join Date: Aug 2007
Location: Philippines
Posts: 26
Thanks: 9
Thanked 0 Times in 0 Posts
user.name is an unknown quantity at this point
Quote:
Originally Posted by cercos View Post
I think it's outputting the 2012 because strtotime() starts at 1970.


Try this if this doesn't help Google "strtotime before 1970":
Hi,

Thanks for the link but that didn't help. I did a lot of google searches too, before posting here, so...


Thanks anyway
user.name is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:01 PM.


Advertisement
Log in to turn off these ads.