How can we use the struts2 date tag to display the below format
Wed, 13 Feb, 2013 9:00 AM
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i know you already got your answer, yes it is
Struts 2 also uses java.text.SimpleDateFormat for date format, you might what to look it up to understand more about it. hope it helps in-case you want to make use of another special format in any future. cheers.