json.date-extensions
Version:
JSON date parsing extensions by extending JSON object.
17 lines (16 loc) • 547 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>QUnit Example</title>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.12.0.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
<script src="../json.date-extensions.js"></script>
<script src="date-extensions-tests.js"></script>
</body>
</html>