Re: [PHP] Dates < then 1970

2003-11-03 Thread John W. Holmes
Mark McCulligh wrote: What function(s) would you use if you want to take someone's birth day and format it on display. I have always used strtotime, then strftime but it doesn't work if someone was born in 1939. strtotime returns -1. What function would you use to take the input string "1939/11/23

[PHP] Dates < then 1970

2003-11-03 Thread Mark McCulligh
What function(s) would you use if you want to take someone's birth day and format it on display. I have always used strtotime, then strftime but it doesn't work if someone was born in 1939. strtotime returns -1. What function would you use to take the input string "1939/11/23" and get the timesta