I need help in modifying the date output to only be day name, month, day, year for a button output, instead of the full format. How do I shorten it? Here is what I have:
<h2 id="psu1">Spooky Candles</h2>
<button onclick="getElementById('psu1').innerHTML=Date()">
How soon can I get some delivered?
</button>