今天是2024年7月5日 第27周 星期五

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

變更

跳至導覽 跳至搜尋
增加 10 位元組 、 2019年2月21日 (四) 22:56
格式化时间
行 399: 行 399:  
[31] = '㏾'
 
[31] = '㏾'
 
}
 
}
if args.time and args.time ~= '' then
+
if args.date and args.date ~= '' then
date = args.time
+
date = args.date
 
elseif args.time and args.time ~= '' then
 
elseif args.time and args.time ~= '' then
date = lang:formatDate('Y年n月', time)
+
date = lang:formatDate('Y年n月', args.time)
sortDay = lang:formatDate('j', time)
+
sortDay = lang:formatDate('j', args.time)
 
sortDay = tonumber(sortDay)
 
sortDay = tonumber(sortDay)
 
sortDay = dayName[sortDay]
 
sortDay = dayName[sortDay]
匿名使用者

導覽選單