Modify Date and Time
Adds or subtracts years, months, weeks, days, hours, minutes, or seconds to/from a specified date and time.

Input
Date and Time
| Name | Required | Description |
|---|---|---|
| Date and Time | The date and time you want to modify in the format: "yyyy-MM-dd HH:mm:ss". | |
| Years | The number of years to add or subtract. Use a negative value to subtract years. | |
| Months | The number of months to add or subtract. Use a negative value to subtract months. | |
| Weeks | The number of weeks to add or subtract. Use a negative value to subtract weeks. | |
| Days | The number of days to add or subtract. Use a negative value to subtract days. | |
| Hours | The number of hours to add or subtract. Use a negative value to subtract hours. | |
| Minutes | The number of minutes to add or subtract. Use a negative value to subtract minutes. | |
| Seconds | The number of seconds to add or subtract. Use a negative value to subtract seconds. |
Output
Modified Date and Time The modified date and time formatted as a string.