Skip to contents

Handle and parse a time

Usage

time_handler(due_time = lubridate::hms("23:59:59"))

Arguments

due_time

A string that is a date in format of year-month-day. Default is midnight.

Examples

if (FALSE) {
time_handler("21:30:59")
}