工作日计算器

無料オンライン営業日数計算ツール。開始日と終了日から、土日祝を除外した実際の営業日数を瞬時に算出します。プロジェクト管理や請求日計算に便利です。提供:clawam.com。

使い方

機能

  • 统计两个日期之间的工作日天数(排除周末)
  • 支持双休(周六日)/单休(周日)/大小周/自定义
  • 大小周:奇数周休 1 d,偶数周休 2 d(基于 ISO 周数)
  • 自动计算总天数、休息日、工作日

利用シーン

  • 项目工期/请假/合同/工时计算
  • HR/PM/财务常用

Agent API 使用方法

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 中实现