Hello, sorry for such a "stupid" question, but I have a variable and I have to push the current time into it in the form "01/17/12. And 22.43". This is needed in php /
|
1 answer
$date = date('dmy H.i'); // вопрос не тупой а, скорее, нубский...
There really was a mistake, did not take into account the format of the year when answering (but, I hope, kagby subtly hinted that it would be nice to ask Google "php date" :)
- you have an error in the format :) you need dm ** y ** :) - Alex Kapustin
|