check_dates: Check Dates

Description Usage Arguments Details Value

Description

This helper function checks if two dates (from and to) are valid or not. Dates are valid if:

Usage

1
check_dates(from, to)

Arguments

from

String specifying the start date. Format: YYYY MM DD (any separator)

to

String specifying the end date. Format: YYYY MM DD (any separator)

Details

Are formatted as YYYY/MM/DD From Date <= To Date

Value

Side effect (raise error) if invalid dates


blnash508/CSE documentation built on May 3, 2019, 11:52 p.m.