Closed peterfox closed 1 year ago
The today() helper exists in Laravel, providing the date today but set at the start of the day. It makes sense, where possible, to remove the use of now() for today() when this is the case.
today()
now()
Changes
Why
The
today()
helper exists in Laravel, providing the date today but set at the start of the day. It makes sense, where possible, to remove the use ofnow()
fortoday()
when this is the case.