chiprivers Posted November 3, 2006 Share Posted November 3, 2006 I am writing a script to store my family tree information and have come across a problem for storing dates. I am using time stamps to store dates but cannot use this to enter a date prior to 1st Jan 1970. I thought I would be able to use negative value time stamps to go earlier but this does not work. Is there an easy way around this or can anybody suggest an alternative method of storing dates that does not have a limit on dates that can be used? Link to comment https://forums.phpfreaks.com/topic/26094-dates-prior-to-1970/ Share on other sites More sharing options...
craygo Posted November 3, 2006 Share Posted November 3, 2006 there is a class for doing this quite easily. It is called adodb_date. I have a link to the file somewhere in this forum just search for it or you can search google with adodb date.Ray Link to comment https://forums.phpfreaks.com/topic/26094-dates-prior-to-1970/#findComment-119322 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.