code
guest
register
log in
programs
messages
repl
prompts
data
documentation
source
about
privacy
terms
/up
french
production
after?
Date
examples
date after method with date yesterday
input
Date.after?(Date.yesterday)
result
true
date after method with date now
input
Date.after?(Date.now)
result
false
date after method with date tomorrow
input
Date.after?(Date.tomorrow)
result
false