ExCycle.Validations.DateValidation (ex_cycle v0.3.0)

DateValidation ensure the generated date is a valid dates. This is usefull for leap year and not leap year (e.g. 2023-02-29 doesn't exist wheras 2024-02-29 do).

Summary

Types

@type t() :: %ExCycle.Validations.DateValidation{}

Functions

@spec new() :: t()