Details
- 
    Type:Bug 
- 
    Status: Done/Fixed
- 
    Priority:Minor 
- 
    Resolution: Fixed/Completed
- 
    Affects Version/s: 1.4
- 
    Fix Version/s: 1.5
- 
    Component/s: Technical infrastructure
- 
    Labels:None
Description
Release 1.4 rev6462M
The following date formats are flagges as errors
01/01/2005 (fails)
This is a bit of a problem because Excel will convert dates from mm-dd-yyyy to mm/dd/yyyy when saved causing the import to fail
1-1-2005 (fails)
01-01-2005 (works)
Since excell converts the "-" to "/" I had to use a text editor to convert them before the import.
The date:
02-Feb-05
is imported as 1905
not a big deal but it will cause people some grief fixing them all.