浏览器
<script src="path/to/dayjs/dayjs.min.js"></script>
<script>
dayjs().format()
</script>
CDN 资源
¥CDN resource
Day.js 可以通过像 cdnjs.com、unpkg 和 jsDelivr 这样的 CDN 提供商包含在内...
¥Day.js can be included by way of a CDN provider like cdnjs.com, unpkg and jsDelivr ...
<!-- CDN example (jsDelivr) -->
<script src="https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js"></script>
<script>dayjs().format()</script>
¥Check here for more information about loading locale and plugin.