Skip to main content

Modify Date and Time

Overview


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

Input

Date and Time

NameRequiredDescription
Date and TimeThe date and time you want to modify in the format: "yyyy-MM-dd HH:mm:ss".
YearsThe number of years to add or subtract. Use a negative value to subtract years.
MonthsThe number of months to add or subtract. Use a negative value to subtract months.
WeeksThe number of weeks to add or subtract. Use a negative value to subtract weeks.
DaysThe number of days to add or subtract. Use a negative value to subtract days.
HoursThe number of hours to add or subtract. Use a negative value to subtract hours.
MinutesThe number of minutes to add or subtract. Use a negative value to subtract minutes.
SecondsThe 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.