shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
isIsoDateTime
Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.is
Check if the passed value is a valid iso date time string
Params
- value*-Mixed
The value to check
Return
- -Boolean
The check result
Example
import { isIsoDateTime } from '@blackbyte/sugar/is';
isIsoDateTime('john.doe@gmail.com') => false
isIsoDateTime('plop@yop.com') => false
isIsoDateTime('2008-08-30 17:21:59') => trueTodo
- testsnormal
Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space