06-04-2020 08:03 AM
Hello Community,
I need to print out the current date and time in Cisco ISE Sponsor Portal Print Notification. Is there a way to do this?
If I try to insert the date using JavaScript printing does not work at all:
<span id="date"></span> <script> var dt = new Date(); document.getElementById("date").innerHTML=dt.toLocaleDateString(); </script
Greetings
Benjamin
06-06-2020 03:27 PM
It does not seem possible. I am confirming it with our team.
06-08-2020 12:46 AM
Thanks a lot.
BR
Benjamin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide