This bot calculates the first and last days of the previous month and outputs them to the clipboard. It even supports leap years!
Usage:
- Useful for monthly closing processes
- Applicable to any process where you routinely need to check the dates of the last month
Output:
After the bot runs, the value on your clipboard will be
- Yyyymmdd, yyyymmdd
- Example: 20200101, 20200131
To use it, split the value using a comma as a key and obtain the value using the Split command of String Operation.
The left side is the date of the first day of last month, and the right side is the last day of the last month.