这个函数返回给定时间日期的日期(从1到31)。
date_get_day(date);
Real
myday = date_get_day( date_current_datetime() );
这将把“ myday”设置为当前日期。