BC dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

anyone have good suggestions on how to manipulate BC dates, including date arithmetic?
 
guy said:
anyone have good suggestions on how to manipulate BC dates, including date
arithmetic?

You could translate everything forward, do stuff and set it backwards again
(write a class to make this transparent in the rest of the code).
Otherwise, try looking for a Gregorian calendar implementation - I believe
there's a BC provision in there, and I believe the Java implementation
supports BC. Otherwise try here:

http://www.codeproject.com/datetime/date_time_parser.asp

It's pretty involved though.

Good luck!

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top