I'm trying to create a sticky banner for our public website that will include the current date and current timetable week. So far I've pulled together the code below however, I'm having some issues with the date format and cannot get this to change. Ideally the format would be 'Mon 7th November'.   <style> .banner-box { margin: 0; padding:10px; position: fixed; bottom: 100px; right: 0; width: 150px; height: auto; z-index: 100; display: none; text-decoration: none; c