Jump to content

Владислав_Белкин

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Information

  • Sex
    Мужчина

Владислав_Белкин's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Имею вот такой код в HTML <form name="z" action="test.php" method="POST"> <input type="date" data-clear-btn="false" name="date-1" id="date-1" class="date" value=""> И вот такой в php $a=$_POST[`date_1`]; $c=mktime($a); нужно чтобы на вход в mktime было 4 параметра int mktime ([ int $hour = date("H") [, int $minute = date("i") [, int $second = date("s") [, int $month = date("n") [, int $day = date("j") [, int $year = date("Y") [, int $is_dst = -1 ]]]]]]] ) как в моем конкретном случае мне из переменной $a получить эти 4 параметра
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy