isValidDate

  1. - function in module formService

checks if given value can be parsed as Date object

Usage

isValidDate(dateValue);

Arguments

Param Type Details
dateValue

Returns

boolean