CNSeniorious000 / bnu-pythonline

浏览器中的 Python IDE,内置 Copilot
https://bnu.py3.online/about
0 stars 1 forks source link

Reformat timestamps into Chinese #2

Open CNSeniorious000 opened 4 weeks ago

CNSeniorious000 commented 4 weeks ago
new Date().toLocaleDateString('zh-CN', { 
    year: 'numeric', 
    month: 'long', 
    day: 'numeric' 
})