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).