how to get date format like "September 8, 2005" which returns current date ?
Artemesia Lakener
Ranch Hand
Joined: Jun 21, 2005
Posts: 162
posted
0
how to get date format like "September 8, 2005" which returns current date ?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Check out the java.text.SimpleDateFormat class. It allows you to format dates any way you want. The javadocs show you the details of how you can format dates.