View source Improve this doc

angular.isDate
API in module ng

Description

Determines if a value is a date.

Usage

angular.isDate(value);

Parameters

ParamTypeDetails
value*

Reference to check.

Returns

boolean

True if value is a Date.