HelloWorld
HelloWorld

Reputation: 4349

Google DateTime Class - Date Formatting In Java

So I'm using the google blogger.com api and I have a blog post date in Google's Date Time class format.....

http://code.google.com/apis/gdata/javadoc/com/google/gdata/data/DateTime.html

What is the easiest way in Java to format that DateTime object to display in this format?

Mar 1, 2012 12:45 PM

Upvotes: 2

Views: 1688

Answers (1)

Rakesh Patel
Rakesh Patel

Reputation: 383

use the SimpleDateFormat class for format the any date format

Upvotes: 1

Related Questions