Relative Content

Tag Archive for javascriptjson

Replace newlines with n

Im making forum and JSON can’t save with newlines, i can’t show code (security reasons)
I want to replace all newlines from textarea to n so later i’ll format them and done.

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.