Specific date format using Calendar in Java -


i have date format generate using calendar class in java

date : thu, 04 jun 2009 02:51:59 gmt

what's best way generate ?

thanks in advance

use simpledateformat class. calendar doesn't format dates.


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -