angular.isDate

判断是否为日期对象(Date)。

用法

angular.isDate(value)

参数

参数 形式 详细
value * 检测值

返回

boolean 如果 value 为日期对象则返回 true