Search:
Login
Help/Guide
About Trac
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #17111
Ticket #17111
: datetest.html
File datetest.html,
244 bytes
(added by
madmax
,
3 years ago
)
Line
1
<
html
><
body
><
script
>
2
var
ct
=
new
Date
(
'2021-07-24T08:43:46Z'
);
3
var
now
=
new
Date
();
4
document
.
write
(
ct
);
5
document
.
write
(
'<br>'
);
6
document
.
write
(
now
);
7
document
.
write
(
'<br>'
);
8
document
.
write
(
parseInt
((
now
-
ct
)
/
1000
));
9
</
script
></
body
></
html
>
Download in other formats:
Original Format