此函数返回给定时间日期值的月份。
date_get_month(date);
Real
mymonth = date_get_month(date_current_datetime());
这将把mymonth设置为当前月份。