Newbies ssurma Posted February 20, 2001 Newbies Posted February 20, 2001 How do I add 100 years to an existing date field. The date is showing as year 1900 and I need it to show as the year 2000. This was an import from a ClarisWorks database. I have tried everthing I can think of to add 100 years but it doesne't seem to work.
BobWeaver Posted February 20, 2001 Posted February 20, 2001 For all years after 1900, use the value: 36525 1900 was an exceptional year because it was not a leap year even though it's divisible by 4.
john.daly Posted February 21, 2001 Posted February 21, 2001 First find all the dates before say 1901 and then run this script: Enter Browse Mode Go To Record/Request/Page [First] Loop Set Field[YourDate, YourDate + 36524] Go To Record/Request/Page [Exit After Last, Next] End Loop This should give accurate dates for all dates showing as 1900 rather than 2000 but not necessarily dates showing as before 1887 and after 1903 because of leap years. Hope htis helps.
Recommended Posts
This topic is 8929 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now