DateTimeX extension
Utilitity extensions for DateTime
- on
Methods
-
getAddedDate(
int days) → DateTime -
Available on DateTime, provided by the DateTimeX extension
Adddays
to DateTime. -
getSubtratedDate(
int days) → DateTime -
Available on DateTime, provided by the DateTimeX extension
Subtractdays
from DateTime. -
toFormattedString(
[String pattern = 'dd/MM/yyyy']) → String -
Available on DateTime, provided by the DateTimeX extension
Convert DateTime to formatted string.