纳金网

标题: Quest3D之Lua 获取系统时间 [打印本页]

作者: 仅供参考。    时间: 2012-12-29 11:27
标题: Quest3D之Lua 获取系统时间

代码如下:
function CallChannel()
local dateText = os.date("%c");
if dateText~="" then
  channel.GetChild(0):SetText(dateText);
end
end

其中的%c可以是以下的一种: %aabbreviated weekday name (e.g., Wed)%Afull weekday name (e.g., Wednesday)%babbreviated month name (e.g., Sep)%Bfull month name (e.g., September)%cdate and time (e.g., 09/16/98 23:48:10)%dday of the month (16) [01-31]%Hhour, using a 24-hour clock (23) [00-23]%Ihour, using a 12-hour clock (11) [01-12]%Mminute (48) [00-59]%mmonth (09) [01-12]%peither "am" or "pm" (pm)%Ssecond (10) [00-61]%wweekday (3) [0-6 = Sunday-Saturday]%xdate (e.g., 09/16/98)%Xtime (e.g., 23:48:10)%Yfull year (1998)%ytwo-digit year (98) [00-99]%%the character '%'
作者: 她。    时间: 2012-12-29 11:39
谢谢楼主分享,不错的哦




欢迎光临 纳金网 (http://go.narkii.com/club/) Powered by Discuz! X2.5