• Is there a way to add todays date in html? Is certain code needed in the functions file to reference from? Thanks

    • This topic was modified 3 years, 10 months ago by Jan Dembowski.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @ox173

    Not sure what do you mean, but you may try to use the following:

    <p>
    <script> document.write(new Date().toLocaleDateString()); </script>
    </p>

    I hope that’s what you’re looking for.

    • This reply was modified 3 years, 10 months ago by yasu88.
    Thread Starter ox173

    (@ox173)

    Thanks for the quick reply and help. Im using this cart to pdf plugin. I wonder if it is acting seperate from everything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Today’s Date Html’ is closed to new replies.