Hi 👋 , I'm blazsmaster
🔭 I’m currently working on a next generation student platform🌱 I’m currently learning c++💬 Ask me about javascript

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse// YYYY-MM-dd
// using separator -
// https://www.regexpal.com/?fam=104039
function isDate(value) {
return /([12]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]))/.test(value)