Q
Q
qfrontend2019-05-03 15:36:16
css
qfrontend, 2019-05-03 15:36:16

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

3 answer(s)
D
Daniil Maslov, 2019-05-03
@qfrontend

https://semantic-ui.com/

M
MrTimon, 2017-04-06
@nemarta

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";

Should work. Just pay attention to the year. I put 20 in front of $y, respectively, it should be 19 if the date is the last century.

M
Maxim Timofeev, 2017-04-06
@webinar

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 question

Ask a Question

731 491 924 answers to any question