Use JQuery to format date in a paragraph to a different format
I have a page with blog posts on so I can't adjust the output (no access to server-side code) but I want the date in Nov 4, 2022 format. The HTML looks like this: <span class="post-time"> <p>04/11/2022</p> </span> I know…