Skip to contents

Handle and parse a due_date

Usage

date_handler(due_date)

Arguments

due_date

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

Examples

if (FALSE) {
date_handler("2025-12-1")
}