如何在php中获取日期

时间:2019-02-11 19:25:15

标签: php

我正在设置新服务器,并希望支持将用户的日期发送到数据库,但是我不知道代码中的错误

    <input type="hidden" name="created" id="created" value="<?php string date("F j, Y, g:i a"); ?>"/>

知道这是有效的代码:

 <input type="hidden" name="created" id="created" value="<?php echo date("F j, Y, g:i a"); ?>"/>

0 个答案:

没有答案