date_get_day(date);
返回: Real(实数)
此函数返回给定日期时间的天数(从1到31)。
myday = date_get_day( date_current_datetime() );
这将把 "myday" 设为今天。