SimpleDateFormat : "p.m." instead of "PM"
807569Jun 9 2006 — edited Jun 9 2006When using SimpleDateFormat, Is it possible to change the text output?
For AM/PM output, SimpleDateFormat writes "AM" and "PM"
What we need is "a.m." and "p.m."
Can that be done?