codegram / date_validator

A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails, based on ActiveModel.
http://thoughts.codegram.com/date-validation-with-rails-3
MIT License
496 stars 82 forks source link

datetime check in rails views #11

Closed shenoudab closed 13 years ago

shenoudab commented 13 years ago

Dears,

i was looking for Date and DateTime Checks in my Views :

to check if Time.now.before? @post.publish_at or Time.now.after? @post.publish_at or any other validations available.

txus commented 13 years ago

I'm sorry, but this seems more like a patch for Time class. It's rather a Time extension, not a Date Validator concern. Thanks for the feedback though!