1
0
Fork 1
mirror of https://example.com synced 2024-11-24 07:16:38 +09:00
This commit is contained in:
syuilo 2017-01-04 15:46:12 +09:00
parent 39eabbd2c0
commit 1232286158

View file

@ -3,7 +3,7 @@ module.exports = (date) ->
text =
date.get-full-year! + \年 +
date.get-month! + \月 +
date.get-month! + 1 + \月 +
date.get-date! + \日 +
' ' +
date.get-hours! + \時 +