An extension to the jQuery Validation Plugin which makes it use Globalize.js for number and date parsing (enabling simple internationalized validation)
npm install jquery-validation-globalizejQuery Validation Globalize
===========================

An extension to the jQuery Validation Plugin which makes it use Globalize for number and date parsing (enabling simple internationalized validation).
This extension has the following dependencies:
- jQuery Validation (which itself depends on jQuery) - any version to my knowledge
- Globalize v0.1.1
##Getting started
Simply include jquery.validate.globalize.js on a page after jquery.validate.js and globalize.js. Now you are validating using Globalize to do your number and date parsing. Lucky you!
So what's different? Well, for example, if you're catering for German users then you will be presumably using the "de-DE" Globalize culture. If this culture has been selected at the time of validation then "Dienstag, 27. August 2013" will be successfully validated as a date and "10,5" will be successfully validated as a number.
The following validator methods are patched by jQuery Validation Globalize:
- number
- min
- max
- range
- date
bower install jquery-validation-globalize --save ), NuGet (Install-Package jQuery.Validation.Globalize) and.... well here!