Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • Hi, in option O, how to let it print UTC+08:00 instead of GMT+08:00. I couldn't get any example. Commented Apr 18, 2018 at 14:26
  • There are many ways to parse dates, here are various use cases of DateFormat.parse Commented Jun 4, 2018 at 16:05
  • Hi BalusC, I have a string 20-JUN-16 12.00.00.000000000 AM, need help to convert this to Date. Your help is much appreciated!! Commented Jul 24, 2018 at 6:57
  • @mannedear oh sorry.. that was my mistake. Anyway I got the answer you can see it here : stackoverflow.com/questions/50982310/… Commented Jul 30, 2018 at 13:59
  • What if we need to use API 23< and below? All this "parse" methods are for Java8+ Commented Apr 8, 2021 at 11:57