How to insert sepcial characters in SimpleDateFormat?

Posted by sword101 on Stack Overflow See other posts from Stack Overflow or by sword101
Published on 2010-05-26T10:42:21Z Indexed on 2010/05/26 10:51 UTC
Read the original article Hit count: 275

Filed under:

hey guys i want to insert the word 'at' in the SimpleDateFormat so the date would be something like: Wed, 26 May 2010 at 11:17am i could able to make it without the at like: Wed, 26 May 2010 11:17am using

SimpleDateFormat formatter = new SimpleDateFormat("EEE, d MMM yyyy hh:mma");

so any ideas how to insert the word at to make it in the desired format?

© Stack Overflow or respective owner

Related posts about simpledateformat