Nasıl Ben bugün tarih olabilir PHP ile göstermek?

3 Cevap php

Ben kendime bir mail fonksiyonu yolluyorum.

My first line reads 'Order for $name on $date' The $name variable comes from a form the user fills out. I would like the $date variable to be today's date, whatever that is on that day.

Nasıl $ Tarih değişken gösterisi Bugünün tarihi yapabilirsiniz?

3 Cevap

$date = date('m/d/Y');

http://en.php.net/manual/en/function.date.php tarih sözdizimi için bkz: ()

Bu :) DB içine sıkışmış gibi tüm hazır, bir dize bugün date koyar.

$todays_date_string = date("Y-m-d H:i:s");