瀏覽器
html
<script src="path/to/dayjs/dayjs.min.js"></script>
<script>
dayjs().format();
</script>
CDN 資源
html
<!-- CDN 範例 (jsDelivr) -->
<script src="https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js"></script>
<script>
dayjs().format();
</script>
請參閱 本地化檔案 (locale) 和 外掛程式 (plugin) 的載入說明,以取得更多資訊。