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