變更

增加 5 位元組 、 2019年2月21日 (四) 22:46
無編輯摘要
行 298: 行 298:  
date = lang:formatDate('Y年n月j日')
 
date = lang:formatDate('Y年n月j日')
 
elseif args.time and args.time ~= '' then
 
elseif args.time and args.time ~= '' then
date = lang:formatDate('Y年n月j日', time)
+
date = lang:formatDate('Y年n月j日', args.time)
 
end
 
end
 
if date then
 
if date then
匿名使用者