Merge branch 'master' of git@github.com:adzap/validates_timeliness

This commit is contained in:
Adam Meehan 2009-05-26 12:01:27 +10:00
commit 7c0c1afe1c

View File

@ -206,7 +206,7 @@ To see all defined formats look in lib/validates_timeliness/formats.rb.
The perenial problem for non-US developers or applications not primarily for the
US, is the US date format of m/d/yy. This is ambiguous with the European format
of d/my/yy. By default the plugin uses the US formats as this is the Ruby default
of d/m/yy. By default the plugin uses the US formats as this is the Ruby default
when it does date interpretation, and is in keeping PoLS (principle of least
surprise).