pages/fullcalendar-main/tests/manual/old/date_util_test.html

15 lines
414 B
HTML
Raw Normal View History

2024-03-06 14:33:17 +01: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>