getWeekEndTime
fun getWeekEndTime(calendar: Calendar = Calendar.getInstance(), yearFormat: String = FORMAT_YYYY_MM_DD_HH_MM_SS): String
Get the end timestamp of the week. SUNDAY is the first day of the week.
Return
WeekEndTime parsed in yearFormat format.
Since
0.0.1
Parameters
calendar
Calendar Object object.
yearFormat
the pattern describing the year format.