| 1234567891011121314 |
- /*
- Input Mask plugin extentions
- http://github.com/RobinHerbots/jquery.inputmask
- Copyright (c) 2010 Robin Herbots
- Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
- Optional extentions on the jquery.inputmask base
- */
- $.extend($.inputmask.defaults.aliases, {
- 'date': {
- "mask": "d/m/y"
- }
- });
|