Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在计算特定月份的工作日数时遇到问题。我有出勤模型。其中包含 school_id、course_id、section_id、student_id、attendance_date 属性。这些字段用于为特定学校的特定部分进行出勤
为了查看出勤报告,我有学校、课程、部门和月份字段。当我选择月份时,它将显示该特定月份的工作日数。因此,我必须通过出勤模型中的出席日期字段计算工作日。我对此感到困惑。请帮我。
您可能想看看business_time
例子:
4.business_days.from_now 8.business_days.after(some_date)