UNPKG
react-date-field
Version:
latest (0.2.6)
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
React DateField
github.com/zippyui/react-date-field
zippyui/react-date-field
react-date-field
/
lib
/
isDate.js
7 lines
(5 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
var
objectToString =
Object
.
prototype
.
toString
;
module
.
exports
=
function
(
value
) {
return
objectToString.
apply
(value) ===
'[object Date]'
; };