I have a file (JSON file) that contain multiple dates, hours and minutes.
How can I extract the latest date? If the latest date contains 2 "timestamp" how do I use the hours/ minutes in order to extract the latest date?
For example -
1.
01/01/2018 16:23
07/02/2019 16:00
2.
05/02/2018 15:00
05/02/2019 15:05
I want to add the latest date to a file/ list.