Been looking at date and time php functions, but I'm not finding an answer to this obvious problem... I think I'm missing something obvious?
I have a pre-formatted time string, such as 09:30:12 in HH:MM:SS format, which of course goes something like this in the PM hours: 15:30:21
I need to pass in the string "15:30:21" and have it return "3:30:21 PM" to make it more "user readable".
How can I do this?
Thanks in advance. 🙂