728x90 AdSpace

  • Latest News

    HOW TO INSERT AUTO DATE TO YOUR WEBSITE

    Copy the Code below and paste it in your HTML code at where you want it to appear on your web page


    <strong>Date:</strong>
                    <script language="JavaScript" type="text/javascript">
    <!--
    /*
    Today's date script
    Visit java-scripts.net or
    http://wsabstract.com for this script
    */

     var dayName = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")

     var monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")

     var now = new Date

     document.write("" + dayName[now.getDay()] + ", " + monName[now.getMonth()] + " "+now.getDate() +".")

    //-->

                        </script>
                    </span><font face="Verdana"><span class="s3"><font size="2">
    • Blogger Comments
    • Facebook Comments
    Item Reviewed: HOW TO INSERT AUTO DATE TO YOUR WEBSITE Rating: 5 Reviewed By: Make Money
    Scroll to Top