UNPKG

react-extra-prop-types

Version:
6 lines (4 loc) 132 B
function isDatetime (prop) { return typeof prop === 'string' && !isNaN(new Date(prop).getTime()); } module.exports = isDatetime;