Hi everybody,
i have a question related to strings items in an Array and sorting. Maybe someone can advice me how to solve the issue.
I have an Array of strings, every item of the Array is as following:
INFO [13.06.2017 11:48:01] [Thread-13] [ConGenImpUsb -> waitForConnection]
INFO [07.06.2017 08:55:44] [main] MDU5 - Ver 5.1x
I want to sort the item in the array by date and time, is there any function which allows me to sort by date/time?
Thanks in advance