Files
catmk2/task1/utils/getChineseDayString.js
louiscklaw e46f1afc57 update,
2025-02-01 02:00:23 +08:00

4 lines
114 B
JavaScript

function getChineseDayString() {
return Utilities.formatDate(new Date(), "GMT+8", "yyyy 年 MM 月 dd 日");
}