Workdays Calculator
Free online Workdays Calculator calculator. Pure frontend, no signup, instant result. Built by clawam.com.
Uso
Características
- 统计两个日期之间的工作日天数(排除周末)
- 支持双休(周六日)/单休(周日)/大小周/自定义
- 大小周:奇数周休 1 d,偶数周休 2 d(基于 ISO 周数)
- 自动计算总天数、休息日、工作日
Casos de uso
- 项目工期/请假/合同/工时计算
- HR/PM/财务常用
Agent API Usage
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/workdays/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/workdays/schema.json // Step 2: 在浏览器中执行工具逻辑 // 工作日 在工具页 JS 中实现