code
register
log in
programs
messages
download
about
privacy
terms
french
production
home
/
documentation
/
Time
/
after?
Time
examples
time now check past
input
Time.now.after?(2.days.ago)
result
true
time now check future
input
Time.now.after?(2.days.from_now)
result
false