I have a message substitution called next_week which basically takes Date.today + 7.days.
However, although I still want to send emails on weekends, if the next_week falls on a weekend, I want it to know this and push to the Monday.
How do i do this?
Rails 5:
date.on_weekend?
date.on_weekday?
Rails 4:
date.saturday? || date.sunday?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With