Is there a Delphi EncodeDate/DecodeDate function version that can handle B.C. dates?

Viewed 2446

The Delphi functions EncodeDate/DecodeDate seem to be able to handle only dates after 1.1.0001. Are there some implementations of EncodeDate/DecodeDate that can handle B.C. tDateTime values?

1 Answers
Related