Formatting a date property in a correspondence
I am attempting to format a correspondence property to be in the format of DD MONTH, YYYY (01 January, 2001. I suspect I need to add the @DateTimeFormat something in the fashion of @FormatDateTime(.PTORequest.PTORequestEndDate, "MM/dd/YYYY", null, null) from the "Source" but it is not resolving correctly. What is the best way to go about achieving this functionality. Creating a custom control is throwing a Java error.