date(‘d’, strtotime(‘last day of this month’));
date(‘m’, strtotime(‘last day of this month’));
date(‘Y’, strtotime(‘last day of this month’));
oder besser:
dol_print_date(strtotime(‘last day of this month’), ‘day’)
date(‘d’, strtotime(‘last day of this month’));
date(‘m’, strtotime(‘last day of this month’));
date(‘Y’, strtotime(‘last day of this month’));
oder besser:
dol_print_date(strtotime(‘last day of this month’), ‘day’)