I'm not really sure how to phrase this question, but here goes:
I have a command which returns the date of last connection to an app in the format of 'adDateLastConnected: Thursday, August 23, 2018 at 12:00:07 PM'. I managed to strip out the first part, and only display the date, but I'd like to view this in a more standard date format (like 08-23-2018 12:00:07 PM).
Is this a trivial thing, or is it far more complicated than I suspect? I'm not sure of how deep my ignorance goes :-)