Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to validate the date(dd/mm/yyyy)using regular expression
in javascript? It should also satisfy the leap year feb 29
problem. Please help me.

Answer Posted / asdf

sdafsdf

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is javascript faster than asp script?

995


How do you trim in javascript?

898


What is an empty html tag?

855


How to add a new property in existing function javascript?

936


What is a noscript tag?

809


What does clean white space mean?

811


What is the difference between an Anonymous Function and a named function?

969


How to get value from a textbox?

1090


What is escape & unescape String functions in JavaScript?

1001


What are two-way data binding and one-way data flow, and how are they different?

1033


Is javascript object a hash table?

943


What is the role of javascript in a web page?

867


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

3307


How is it possible to get the total number of arguments that are passed to a function?

1079


what is the difference between wrappers and primitives es: diff between int i=200 in primitives and integeri = new integer(54)

2305