Homer3
Homer3 copied to clipboard
fix obj revesion date number error in FileClass.m
For the locale different from en_US on Windows and Mac, the date format return by dir() function is not recognized by datetime. However the dir() will return datenum, no need to use another function to convert it from string.