Hi, I am using Excel Exporter to export data to import to another apps. Everything is fine except for “createdDate” field. When I try to export createdDate, it show the below error: >com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: org.joda.time.IllegalFieldValueException: Value 29 for dayOfMonth must be in the range [1,28] at IngredientsMasterMaintenance.ExportFile (JavaAction : 'GenerateExcelDoc') at IngredientsMasterMaintenance.ExportIngredients (SubMicroflow : 'ExportFile') When I remove the createdDate field, the error is gone. I am using mendix 8.10.2 . MxModelRefelection 6.0.0, Excel Exporter 6.0.4 Please help me with this problem. Thank for reading.
↧