Datepicker without time
Hi, I'm using this Datepicker:
With this I'm getting Date with format 'Y-m-d H:i:s' but I don't need time, so I try to do ->time(false) but it's not working. If I use ->native(true) it's works.
2 Replies
Im prety sure its
->withoutTime()
It's deprecated 🥲