We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bdb08 commit 080e813Copy full SHA for 080e813
site/index.html
@@ -26,6 +26,7 @@
26
<script src="https://unpkg.com/docsify/lib/plugins/search.min.js"></script>
27
<script src="global/luxon.js"></script>
28
<script>
29
+ var DateTime = luxon.DateTime;
30
console.log(
31
"You can try Luxon right here using the `luxon` global, like `luxon.DateTime.now()`."
32
);
0 commit comments