createDateTime is not a valid date format

While transferring an application from a ColdFusion 9 server to a ColdFusion 10 server, it produced the following error: createDateTime is not a valid date format I was able to trace the error to the following line: parseDateTime(myDate, ‘yyyymmdd’) (Of note is that the troublesome line does not actually call createDateTime. Maybe it does under … Continue reading createDateTime is not a valid date format