Custom Date format issue with CSV Export

1
Hi Team,   While csv export I am facing issue while using Custom date format(DD-MMM-YYYY). The Actual result while exporting the file is in (153-Jun-1930) format but the expected result is (02-Jun-1930). Can anyone suggest me if I am missing something or how to fix this issue?   Thanks in advance.
asked
4 answers
0

Hi,

 

This is already answered in old thread https://forum.mendix.com/link/questions/96185

 

You can check the old forums questions , hope this helps 

 

Thanks

 

answered
3

similar to this 

 

https://docs.mendix.com/refguide/date-picker/#262-custom-date-format

answered
1

Hi Satish,

Go with using of ‘dd-MMM-yyyy’ this date format to get the desired result which you want.

answered
0

You should use lower case ‘d’ . It should look like (dd-MMM-YYYY) . The version you're using results in the Day of the year, rather than day of the month.
Mendix uses the Java date formatting class seen here.

answered