The same thing has happened to me when using parseDate. You need to make sure that every data point that you are converting to a date is of the right format. I believe that if you are trying to convert a field that has nulls for example, it won’t work. Make sure that everything is on the same format that you are describing (“YYYY-MM-DD HH:mm:ss”)
2 Likes