Posts by Caique Reis • 1 point
1 post
-
0
votes2
answers373
viewsA: How do I search by date?
From what I understand you’re trying to validate the date to see if it’s correct, so use this function: var buscar = function(date) { var validation = new Date(date) if(validation !== 'Invalid…