Currently I had problem to validate date of the forms page.
I use date picker form input.
But when user sets date manually (input by keyboard), that date picker still allows wrong dates such as 2016-02-31 (which not existed). Date picker never complains about that.
So how can I validate a date(string) with jQuery or javascript?