How to write a date format validation function through which I can validate the date which just carries month and year.The date is in the format (mon-yyyy) like Apr-2011 or any other. I need to validate using jQuery.How to write such validation function? I have already have a date picker . I just want to know how to validate the form before submitting for the date format.
The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...