shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
isYyyymmddDate
Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.is
Check if is a valid yyyy.mm.dd date This will match : yyyy.mm.dd | yyyy/mm/dd | yyyy-mm-dd | yyyy mm dd
Params
- date*-String
The date to check
Return
- -Boolean
true if is valid, false if not
Example
import { isYyyymmddDate } from '@blackbyte/sugar/is'
if (isYyyymmddDate('2018.12.25')) {
// do something cool
}Todo
- testsnormal
Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space