public
Description: Date and time validation plugin for Rails 2.x and allows custom date/time formats
Homepage:
Clone URL: git://github.com/adzap/validates_timeliness.git
100644 6 lines (5 sloc) 0.258 kb
1
2
3
4
5
6
- valid formats could come from locale file
- add replace_formats instead add_formats :before
- array of values for all temporal options
- use tz and zo value from time string?
- filter valid formats rather than remove for hot swapping without recompilation