Appearance
当操作多个 Day.js 实例并想格式化显示为不同语言的文字时,全局的语言配置可能会出现问题。
用法与dayjs#locale 一致,但只会修改当前实例的语言配置。
dayjs#locale
require("dayjs/locale/de"); dayjs().locale("de").format(); // 局部修改语言配置