A
B
C
D
F
G
I
J
N
O
P
R
S
T
F
- formatDateRange(Context,ReadablePartial,ReadablePartial,int) - function in net.danlew.android.joda.DateUtils
- Formats a date or a time range according to the local conventions.You should ensure that start/end are in the same timezone; formatDateRange()doesn't handle start/end in different timezones well.
- formatDateRange(Context,ReadableInstant,ReadableInstant,int) - function in net.danlew.android.joda.DateUtils
- Formats a date or a time range according to the local conventions.You should ensure that start/end are in the same timezone; formatDateRange()doesn't handle start/end in different timezones well.
- formatDateTime(Context,ReadablePartial,int) - function in net.danlew.android.joda.DateUtils
- Formats a date or a time according to the local conventions.Since ReadablePartials don't support all fields, we fill in any blanksneeded for formatting by using the epoch (1970-01-01T00:00:00Z).
- formatDateTime(Context,ReadableInstant,int) - function in net.danlew.android.joda.DateUtils
- Formats a date or a time according to the local conventions.
- formatDuration(Context,ReadableDuration) - function in net.danlew.android.joda.DateUtils
- Return given duration in a human-friendly format.
- formatElapsedTime(ReadableDuration) - function in net.danlew.android.joda.DateUtils
- Formats an elapsed time in the form "MM:SS" or "H:MM:SS"for display on the call-in-progress screen.
- formatElapsedTime(StringBuilder,ReadableDuration) - function in net.danlew.android.joda.DateUtils
- Formats an elapsed time in a format like "MM:SS" or "H:MM:SS" (using a formsuited to the current locale), similar to that used on the call-in-progressscreen.