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
adzap (author)
Sat Jun 20 05:55:59 -0700 2009
commit  14c55e3292be49163f4e433803c463148073879a
tree    19e171f449f0c914614827c4ad01b2c955499857
parent  75a3b2bd83323981800071967b5d885115ffe7ce
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