ValDT typedef

ValDT = String? Function(DateTime? dt)

Validator for DateTime input data.

Function signature: String? Function(DateTime?)

Implementation

typedef ValDT = String? Function(DateTime? dt);