SyntaxFix
Write A Post
Hire A Developer
Questions
Hope below code will help you.
DateFormat formatDate = new SimpleDateFormat(ISO_DATE_TIME_PATTERN); formatDate.setTimeZone(TimeZone.getTimeZone("UTC")); formatDate.parse(dateString);