Microsoft apparently stores dates as an integer number of days since Jan. 1, 1900. I need to find some Java 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 went the other way, converting a human-readable date in the proper format into an integer number of days since 01/01/1900, would also be needed. Does anyone know a set of classes which are available and downloadable? Your help would be greatly appreciated.