今天是2024年7月3日 第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]
匿名用户

导航菜单