> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 日历日期选择器一（web）

输入网页对象：选择需要进行时间选择的【网页对象】日期时间：填写需要选择的时间。填写规范：YYYY-MM-DD，如2025-06-04元素\_年：捕获年份元素如下图所示，捕获年份元素，需要注意在元素编辑器中去掉 innertext=固定年份的勾选，如 innerText=2025 年，需要去除勾选，同时校验元素为 1 个

<img src="https://mintcdn.com/bazhuayu-rpa-docs/-MjHZKTbcJmyW9VZ/helpcenter/commands/custom-commands/ddzvAqho/images/GFzct1Y6-01.png?fit=max&auto=format&n=-MjHZKTbcJmyW9VZ&q=85&s=67ef7cc1b2c4f951f59add4efc44ef0e" alt="image" width="282" height="341" data-path="helpcenter/commands/custom-commands/ddzvAqho/images/GFzct1Y6-01.png" />

元素\_月：捕获月份元素如下图所示，捕获月份元素，需要注意在元素编辑器中去掉 innertext=固定月份的勾选，如 innerText=6 月，需要去除勾选，同时校验元素为 1 个

<img src="https://mintcdn.com/bazhuayu-rpa-docs/-MjHZKTbcJmyW9VZ/helpcenter/commands/custom-commands/ddzvAqho/images/GFzct1Y6-02.png?fit=max&auto=format&n=-MjHZKTbcJmyW9VZ&q=85&s=80bf2caa84c6b02bec0ba2307161943c" alt="image" width="288" height="345" data-path="helpcenter/commands/custom-commands/ddzvAqho/images/GFzct1Y6-02.png" />

年月日相似元素组：需要注意该指令适用于年/月/日期相似元素组能够通用的情况。捕获日期相似元素组，选择器上存在 42 个日期元素，则校验元素也应为 42 个

<img src="https://mintcdn.com/bazhuayu-rpa-docs/-MjHZKTbcJmyW9VZ/helpcenter/commands/custom-commands/ddzvAqho/images/GFzct1Y6-03.png?fit=max&auto=format&n=-MjHZKTbcJmyW9VZ&q=85&s=44f45939047f3d2412f7a0c12b8d3aa3" alt="image" width="287" height="345" data-path="helpcenter/commands/custom-commands/ddzvAqho/images/GFzct1Y6-03.png" />

输出无

# 使用说明

## 1、功能

选择网页的日历日期，通用场景一

## 2、采集字段

无

## 3、输出结果

获取已打开的网页对象web\_page --> 在网页web\_page中选择日期(如2025-06-04) --> 网页对应时间选择定位到2025-06-04

<img src="https://mintcdn.com/bazhuayu-rpa-docs/-MjHZKTbcJmyW9VZ/helpcenter/commands/custom-commands/ddzvAqho/images/GFzct1Y6-05.png?fit=max&auto=format&n=-MjHZKTbcJmyW9VZ&q=85&s=14d3e029a9ad952c96098e1fa992e662" alt="image" width="280" height="337" data-path="helpcenter/commands/custom-commands/ddzvAqho/images/GFzct1Y6-05.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
