toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.arch.helpers
/
DateUtils
Date
Utils
object
DateUtils
Members
Properties
DATE_FORMAT
Link copied to clipboard
@
JvmField
val
DATE_FORMAT
:
SafeDateFormat
SIMPLE_DATE_FORMAT
Link copied to clipboard
@
JvmField
val
SIMPLE_DATE_FORMAT
:
SafeDateFormat
SPACE_DATE_FORMAT
Link copied to clipboard
@
JvmField
val
SPACE_DATE_FORMAT
:
SafeDateFormat
Functions
add
Months
Link copied to clipboard
@
JvmStatic
fun
addMonths
(
date
:
Date
,
amount
:
Int
)
:
Date
fun
addMonths
(
instant
:
Instant
,
amount
:
Int
)
:
Instant
date
With
Offset
Link copied to clipboard
@
JvmStatic
fun
dateWithOffset
(
date
:
Date
,
periods
:
Int
,
periodType
:
PeriodType
)
:
Date
fun
dateWithOffset
(
instant
:
Instant
,
periods
:
Int
,
periodType
:
PeriodType
)
:
Instant
get
End
Date
Link copied to clipboard
@
JvmStatic
fun
getEndDate
(
periods
:
List
<
Period
>
)
:
Date
?
get
Start
Date
Link copied to clipboard
@
JvmStatic
fun
getStartDate
(
periods
:
List
<
Period
>
)
:
Date
?