Get Next Month Start/End Date
- 06 Mar 2023
- 1 Minute to read
- Print
- DarkLight
Get Next Month Start/End Date
- Updated on 06 Mar 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 8.10.0 |
Last Modified in Version | - |
Location | Data > Dates |
The 'Get Next Month Start/End Date' step will output the start and the end date of the next month based on the DateTime provided as input to the step.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Date | Reference DateTime to determine the next month | DateTime |
Outputs
Property | Description | Data Type |
---|---|---|
End Date | This will return the end DateTime of the next month | DateTime |
Start Date | This will return the start DateTime of next month | DateTime |
Example Inputs and Outputs
In the following example, we can see that the input to the step is March 15, 2023 and the step outputs the Start date as April 1, 2023 and the End date as April 4, 2023.
Input | Output | |
---|---|---|
2023-03-15 00:00:00 | Start Date | 2023-04-01 00:00:00 |
End Date | 2023-04-30 00:00:00 |
Note:
This step will maintain the same time in the output as it was originally entered in the input field while only altering the date.
Related Information
Similar step: Get Previous Month Start/End Date Step
Was this article helpful?