Questions tagged [javascriptools]

JavaScripTools is a set o JavaScript components, functions and classes

JavaScripTools is a set o JavaScript components, functions and classes to make the web developer's life easier. Most modern browsers, like Firefox, Internet Explorer, Opera and Konqueror are supported.

URL: http://javascriptools.sourceforge.net/

1 questions
0
votes
1 answer

Input mask for date plus number

Is there way to make date + numbers mask?! I need to make 12/12/15-12345 input or even better 121215-12345. Input mask must check if date is correct and if after "-" is typed only 5 numbers. > var dateMask = new…
Rinalds Gudriks
  • 65
  • 2
  • 12