<center><h1 id="date"></h1></center>

<script>

var month = new Array(); month[0] = "January"; month[1] = "February"; month[2] = "March"; month[3] = "April"; month[4] = "May"; month[5] = "June"; month[6] = "July"; month[7] = "August";

month[8] = "September"; month[9] = "October"; month[10] = "November"; month[11] = "December";

n =  new Date(); y = n.getFullYear(); m = month[n.getMonth()]; d = n.getDate();

document.getElementById("date").innerHTML = d + " " + m + " " + y;

</script>

<center><h1 id="date"></h1></center>

<script>

var month = new Array(); month[0] = "January"; month[1] = "February"; month[2] = "March"; month[3] = "April"; month[4] = "May"; month[5] = "June"; month[6] = "July"; month[7] = "August";

month[8] = "September"; month[9] = "October"; month[10] = "November"; month[11] = "December";

n =  new Date(); y = n.getFullYear(); m = month[n.getMonth()]; d = n.getDate();

document.getElementById("date").innerHTML = d + " " + m + " " + y;

</script>

Do you want to dynamically show today's date every time someone checks your Sales page? 

Then this will help you. Just paste this blue script in a HTML Element, and modify default Heading H1 text style of your page:

Do you want to dynamically show today's date every time someone checks your Sales page? 

Then this will help you. Just paste this blue script in a HTML Element, and modify default Heading H1 text style of your page:

How to dynamically show Today's Date on your Sales Pages?

How to dynamically show Today's Date on your Sales Pages?

Only available Today 

Only available Today