代码速记 / 3 / 4 / 创建于 2年前
if (date('j') != date('t') ) { return false; }
mark。不错,有大佬有其他方法的吗?
if (date('d') != date('t') ) { return false; }
学习了
// Check if today is the last day of the MonthCarbon::now()->isLastOfMonth()
我要举报该,理由是:
mark。不错,有大佬有其他方法的吗?
if (date('d') != date('t') ) { return false; }
学习了
// Check if today is the last day of the Month
Carbon::now()->isLastOfMonth()