posted 20 years ago
Hi
I am trying to format a date. I need a lowercase pm/am at the ned of it depending on whats returned to me. I am currently using the following. My issues is that the 'a' returns the PM/AM in uppercase and not lowercase. Any ideas on how I can get it to be displayed in lowercase?
<bean:write name='ftne' property='asofDate' format='MM/dd/yyyy hh:mma' />
Thanks,
Sarah