Closed esoysal closed 6 years ago
Need to parse the date obtained from NewsAPI Json for loading articles
The date obtained is actually using the ISO 8601 format. The only thing needed when parsing the date is to remove the final character 'Z', and it should be a valid input for datetime.
Need to parse the date obtained from NewsAPI Json for loading articles