date_days_in_month(date);
返回: Real(实数)
使用此函数, 你可以获得给定月份的天数 (28、29、30或 31天)。
days = date_days_in_month(date_current_datetime());
这将 "days" 设置为当月的天数。