I created text temple and I added time on my dashborad but the text panel didn’t refresh automatically
Here is my html code , I had try add to refresh,but it will refresh all dashborad ,If I just want refresh this text panl what can I try?
<meta http-equiv="refresh" content="5" />
<div class="current_date" id="current_date"></p></div>
<script>
document.getElementById("current_date").innerHTML = Date();
</script>