I have a floating point number (i.e. 41165.2823011227) that I need to convert to year, month, day, hour, minute, second. All I've been told is that the floating point number is the number of days since January 1st, 1900. After a little bit of research, it looks like you can convert these in Excel (make sure you have 'Use 1904 date system' unchecked under Advanced Options). When I enter the floating point number and format the cell to Date, I get 9/13/2012 6:46:31 AM which looks correct.
Is there a way in FME to accomplish this same conversion?
More info on the 1900 Date System here:
http://support.microsoft.com/kb/180162