StarDate Plugin v1.1.1

By Garrison  //  Overall Rating stars 1 Vote
Primary Image
Put the following text where you want the Stardate to show up:

<div id="stardate" align="right" bgcolor="#000000">
<script type="text/javascript">
window.setInterval(function() {
document.getElementById("stardate").innerHTML =
'<p>Current Stardate: ' + (new Date()).FormatStardate() + '</p>';
}, 1000);
document.getElementById("stardate").style.color="White";
document.getElementById("stardate").style.fontSize="14";
document.getElementById("stardate").style.backgroundColor="Black";
</script>
</div>

Reviews

stars By Admin
April 13, 2016
The idea is very cool. :)
Why are you reporting this item?
Malicious Code
Inappropriate Content
Stolen Content