IOP-Patho/vendor/bower-asset/fullcalendar/tests/manual/date_util_test.html

15 lines
414 B
HTML
Raw Normal View History

2025-07-17 08:28:28 +00:00
<!DOCTYPE html>
<html>
<head>
<script src='../../node_modules/jquery/dist/jquery.js'></script>
<script src='../../node_modules/moment/moment.js'></script>
<script src='../../node_modules/moment/min/locales.min.js'></script>
<script>FC = {}</script>
<script src='../src/util.js'></script>
<script src='../src/moment-ext.js'></script>
<script src='../src/date-formatting.js'></script>
</head>
<body>
</body>
</html>