UNPKG

@capgeminiuk/dcx-react-library

Version:

[![CircleCI](https://circleci.com/gh/Capgemini/dcx-react-library.svg?style=svg)](https://circleci.com/gh/Capgemini/dcx-react-library)

9 lines (8 loc) 215 B
/** * It will check a valid date given day.month and year * @param day * @param month * @param year * @returns */ export declare function validateDateString(day: number, month: number, year: number): boolean;