Hey All,
What's the best, free JavaScript library to work with time and date fields in a JSP project?
Here are my needs:
- Formatting should be customizable.
- For a date field, a date picker popup would be a plus.
- Does not allow the user to enter invalid characters, much like the time field in Windows clock.
- Does not depend on jQuery. Nothing against jQuery, but my project isn't ready to commit to it yet.
If there's one from Apache or SourceForge, that would be great!
Or should I make one myself? :(
Thanks!