How-to articles, tricks, and solutions about DATETIME-FORMAT
How do I convert 2018-04-10T04:00:00.000Z string to DateTime?
To convert a string in the format "2018-04-10T04:00:00.000Z" to a DateTime object in Java, you can use the org.joda.time.DateTime class and the DateTimeFormatter class.