此函数返回年内给定时间日期值的周数。
date_get_week(date);
Real
myweek = date_get_week(date_current_datetime());
这将把myweek设置为当前一周。