Get Next Month Start/End Date
  • 06 Mar 2023
  • 1 Minute to read
  • Dark
    Light

Get Next Month Start/End Date

  • Dark
    Light

Article Summary

Step Details
Introduced in Version8.10.0
Last Modified in Version-
LocationData > 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

PropertyDescriptionData Type
DateReference DateTime to determine the next month
DateTime

Outputs

PropertyDescriptionData Type
End DateThis will return the end DateTime of the next monthDateTime
Start DateThis 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.

InputOutput
2023-03-15 00:00:00
Start Date2023-04-01 00:00:00
End Date2023-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?