I have date in this format 2011-11-02. From this date, how can we know the Day-of-week, Month and Day-of-month, like in this format Wednesday-Nov-02, from calendar or any other way?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||
|
|
If it were normal java, you would use two SimpleDateFormats - one to read and one to write:
Output:
As a function (ie static method) it would look like:
Warning: EditedHowever, after consulting the Blackberry Java 5.0 API doc, it seems the
|
|||||||||
|