发新话题
打印

MMB里怎么取当前日期和时间?

MMB里怎么取当前日期和时间?

MMB里怎么取当前日期和时间?

TOP

MMB里怎么取当前日期和时间?

原来这么简单,我靠,搞几天都没人说。

TOP

MMB里怎么取当前日期和时间?

又不看帮助!AI~~~~

TOP

MMB里怎么取当前日期和时间?

我也想知道  可是帮助是英文的  那位大侠说一下告诉我   感激不尽

TOP

MMB里怎么取当前日期和时间?

TIME/DATE: MMB4.9.5
CBK_TimeHMS
The current time in H:M:S AM/PM format.
CBK_Time24
The current time in 24-hour format
CBK_Hour
The current hour (an integer from 0 to 23)
CBK_Minute
The current minute (an integer from 0 to 59)
CBK_Second
The current second (an integer from 0 to 59)
CBK_Year
The current year (2003)
CBK_Month
The current month in text form (October).
CBK_MonthNum
The current month in number form (1 for January, 2 for February, and so on).
CBK_Day
The current day of the week in text form (Tuesday).
CBK_DayNum
The current day (1 for Sunday, 2 for Monday, and so on)
CBK_DateNum
The current date (an integer from 1 to 31)
CBK_DateShort  
The current date in Windows?short format (03/04/03).
CBK_DateLong
The current date in Windows?long format (March 04, 2003).

TOP

发新话题