getDayBeforeOrAfterCurrentTime

fun getDayBeforeOrAfterCurrentTime(dateFormat: String = FORMAT_YYYY_MM_DD_HH_MM_SS, beforeOrAfter: Int): String

Get the days before or after the current time.

Return

the days before or after the current time.

Since

0.0.9

Parameters

dateFormat

the pattern describing the date and time format.