Core Docs
|
Additional Modules Docs
sb.date.isDate
@Description:
Determines if string is actual date in mm/dd/YYYY format
@File:
date/isDate.js
@Param:
Object params
minYear int The minimum year to allow
maxYear int The max year to allow
@Example:
sb.date.isDate('01/22/1977');