First and Last Days of Last Three Months
Set the first and last three months in the clipboard, with the dates separated by commas
Top Benefits
- Just add one command to the bot you created
- Set the first day and the last day of the last 3 months on the clipboard. The first and end dates are separated by commas
- The data is set on the clipboard for easy editing
- Creating logic is not required
- Compatible with leap years
Tasks
- When the task starts, the current date is calculated
- The bot gets the start and end dates of the last 3 months from the current date
- When the task is completed, set the acquired data to the clipboard
- The start date and end date are separated by commas
Inputs and triggers:
- Execute the bot using the task execution command with the created bot.
- A message box will be displayed at the start of the process.
- At the end of the process, a message box will show the result for only 2 seconds.
Actions:
- The bot calculates the first day of the last three months and the last day of the last month. Calculates the first and last day of the last three months, depending on today's day.
- For example, if today is March 13, 2020, calculate the values for December 1, 2019 and February 29, 2020. Also, if today is April 2, 2020, the values for January 1, 2020 and March 31, 2020 are calculated.
Output:
(1) The bot sets the first three months of the last three months and the last day of the last month on the clipboard as follows.
(2) The first day is to the left of the value set on the clipboard. The right side is the last day of the last month. They are separated by commas.
- yyyymmdd, yyyymmdd
- For example, 20200101,20200331
(3) For the value set on the clipboard, execute the String String Sub String command to extract the value from the clipboard.
(4) If an error occurs, -1 is set to the clipboard.
Use Case:
- Calculate the first and last days required for input processing etc. for the last three months, and help to input information to the business system.
- The bot does not allow you to calculate the first three days of the last three months and the last day of the last month.
Other: Compatible with leap years.
Free
- Bot Security Program
-
Level 1
- Applications
-
- Business Process
- RPA Development
- Category
- Utility
- Downloads
- 24
- Vendor
- Automation Type
- Bot
- Last Updated
- December 11, 2020
- First Published
- March 23, 2020
- Platform
- 11.3.1
- ReadMe
- ReadMe
- Support
-
- Nobuhiro Yane
- Mon, Tue, Wed, Thu, Fri 9:00-17:00 UTC+0
- 81- 6-7710-5614
- nobuhiro.yane@gmail.com
- Bot Store FAQs
See the Bot in Action
Setup Process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)
Run
That's it - now the Bot is ready to get going!
Requirements and Inputs
- Add the Run Task command to the bot you created and specify the bot
- The value is set on the clipboard: yyyymmdd, yyyymmdd
- Get the value from the clipboard and use it for various purposes