Is it possible to write dynamic text (date) without capital letters?
Example: I want the “M” to be a small letter “m”.
You can do this by changing the case in the dynamic string, like this: ${DATE[dayofweek]:lowercase}
3 Likes