DateUtils

object DateUtils

Properties

Link copied to clipboard
val DATE_FORMAT: SafeDateFormat
Link copied to clipboard
val SIMPLE_DATE_FORMAT: SafeDateFormat
Link copied to clipboard
val SPACE_DATE_FORMAT: SafeDateFormat

Functions

Link copied to clipboard
fun addMonths(date: Date, amount: Int): Date
fun addMonths(instant: Instant, amount: Int): Instant
Link copied to clipboard
fun dateWithOffset(date: Date, periods: Int, periodType: PeriodType): Date
fun dateWithOffset(instant: Instant, periods: Int, periodType: PeriodType): Instant
Link copied to clipboard
Link copied to clipboard