Sha256: c7241ca0add262e3f7de41c2d6597785e7438c7e8891dc4286c00d33fdf548e1
Contents?: true
Size: 824 Bytes
Versions: 3
Compression:
Stored size: 824 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="/css/vendor/qunit.css"> <script type="text/javascript" src="/js/local_time/index.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <time id="one" data-format="%B %e, %Y %l:%M%P" data-local="time" datetime="2013-11-12T12:13:00Z"></time> <time id="two" data-format="%B %e, %Y %l:%M%P" data-local="time" datetime="2013-01-02T02:04:00Z"></time> <time id="past" data-format="%B %e, %Y %l:%M%P" data-local="time" datetime="1805-05-15T01:01:00Z"></time> <time id="future" data-format="%B %e, %Y %l:%M%P" data-local="time" datetime="3333-02-14T23:55:00Z"></time> <time id="date" data-format="%B %e, %Y" data-local="time" datetime="2013-11-12T12:13:00Z"></time> <time id="ago"></time> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
local_time-1.0.2 | test/javascripts/runner/index.html |
local_time-1.0.1 | test/javascripts/runner/index.html |
local_time-1.0.0 | test/javascripts/runner/index.html |