public \Joomla\CMS\Date\Date|bool
add (\DateInterval $interval)
Adds an amount of days, months, years, hours, minutes and seconds to a Date object.
public \Joomla\CMS\Date\Date|bool
sub (\DateInterval $interval)
Subtracts an amount of days, months, years, hours, minutes and seconds from a Date object.
public \Joomla\CMS\Date\Date|bool
modify (string $modify)
Alter the timestamp of this object by incre/decre-menting in a format accepted by strtotime().