mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2025-07-31 20:31:05 +00:00
update
This commit is contained in:
parent
fa343db334
commit
2e503268fa
18 changed files with 191 additions and 81 deletions
|
|
@ -4,6 +4,6 @@ if(x){
|
|||
var d = new Date(x);
|
||||
document.getElementById('sntptime').innerHTML= d.toLocaleDateString()+" "+d.toLocaleTimeString();
|
||||
}
|
||||
var d = new Date(new Date()-(~sys_mactime~/1000));
|
||||
var d = new Date(new Date()-(~sys_time~));
|
||||
document.getElementById('starttime').innerHTML= d.toLocaleDateString()+" "+d.toLocaleTimeString();
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue