MATLAB: Datestr format in lower case

datestrlower case date format

Hello all, I want to express my serial date number in the form of 'ddd, mmm, yyyy', with ddd and mmm in lower case, but matlab is giving me back the date with the first letter of the day/month capitalized. How can I change it to lower case?

Best Answer

Can you use the lower function to convert the string to lowercase?
HTH,
Arnaud