Is it possible to customize since()?
I am tryinig to calculate the remaing days of user's subscription, but I get one day less, maybe because the mySql table of expired_date is set to 'yyyy-mm-dd', and the carbon is based on dateTime!
So, is it possible, without change my date at mysql, to recalculate the since() by adding one day?
what I have already:
1 Reply