Answer the question
In order to leave comments, you need to log in
What is the most popular CSS framework other than Bootstrap?
Greetings) Can you please tell me the most popular CSS framework besides Bootstrap ?
Which one is most often used in React development ?
And which one is most often used and required when applying for a job besides Bootstrap ?
Thank you)
Answer the question
In order to leave comments, you need to log in
I would suggest changing the date format to Ymd and then converting it to a unix timestamp. Then it will turn out like this:
list($d,$m,$y) = explode('.', $arResult['DISPLAY_ACTIVE_FROM']);
$dateElement = strtotime(implode('-', array('20'.$y,$m,$d)) );
$dateNow = strtotime('now');
if($dateElement < $dateNow) echo "yes";
What is it? Who did it? strtotime(date("d.m.y", time()));
Apparently it was necessary:
then it will be int
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question