18 августа 2023
Нет комментариев
function days_to_birthdate($birthdate){ $bd=explode('.',$birthdate); $bd=mktime(0,0,0,$bd[1],$bd[0],date('Y')+($bd[1].$bd[0]<=date('md'))); return ceil(($bd-time())/86400); }
function days_to_birthdate($birthdate){ $bd=explode('.',$birthdate); $bd=mktime(0,0,0,$bd[1],$bd[0],date('Y')+($bd[1].$bd[0]<=date('md'))); return ceil(($bd-time())/86400); }
a{ height:40px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }