So I am trying to reformat a date value to
if !isnull([Customer Date Of Birth]) then DateTimeFormat([Customer Date Of Birth],'%d/%m/%Y')
else null()
endif
some of the errors
ConvError: Formula (88): Date_Of_Birth: 25/12/1974 is not a valid Date
ConvError: Formula (88): Date_Of_Birth: 01/01/1938 is not a valid Date
ConvError: Formula (88): Date_Of_Birth: 22/01/1979 is not a valid Date
ConvError: Formula (88): Date_Of_Birth: 18/10/1959 is not a valid Date
ConvError: Formula (88): Date_Of_Birth: 01/01/1969 is not a valid Date
ConvError: Formula (88): Date_Of_Birth: 10/12/1985 is not a valid Date
Customer Date Of Birth is of datetime type in this format
1950-01-01 00:00:00 |
2000-01-01 00:00:00 |
2016-01-01 00:00:00 |
2017-01-01 00:00:00 |
1970-01-01 00:00:00 |