Relative Content

Tag Archive for javascriptjson

Formatting JSON date string to WEEKDAY, MM/DD

I need to embed a JSON feed onto our website. I have my code working, but am struggling with the JSON date format, which is producing string values like 2024-05-08 18:00:00. Ideally, I would like to format this into something like Wednesday, May 8 6:00 PM or 05/08/2024 6:00 PM or along those lines. I am not able to edit the JSON feed directly.