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

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

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -