Microsoft apparently stores dates as an integer number of days since Jan. 1, 1900. At least the application I'm interfacing with does. I need to find some C# or .net classes which will handle Microsoft format dates and figure what date is represented and create a string containing a human-readable formated date. Classes that go the other way, converting a human-readable date in the proper format into an integer number of days since 1900/01/01, would also be needed. The needed human-readable format is yyyy/mm/dd. Does anyone know a set of classes which are available and downloadable? Your help would be greatly appreciated. I needed this for use in Java, and received some custom written routines that worked perfectly. I am hoping to receive some help again. The date classes available seem unintelligable to me. I've been searching MSDN, but haven't found anything that I could use (or understand).
Thanks in advance for any help. It would be greatly appreciated.
Thanks in advance for any help. It would be greatly appreciated.