<legend id='QWF01'><style id='QWF01'><dir id='QWF01'><q id='QWF01'></q></dir></style></legend>

  1. <tfoot id='QWF01'></tfoot>

    <small id='QWF01'></small><noframes id='QWF01'>

        <bdo id='QWF01'></bdo><ul id='QWF01'></ul>

      <i id='QWF01'><tr id='QWF01'><dt id='QWF01'><q id='QWF01'><span id='QWF01'><b id='QWF01'><form id='QWF01'><ins id='QWF01'></ins><ul id='QWF01'></ul><sub id='QWF01'></sub></form><legend id='QWF01'></legend><bdo id='QWF01'><pre id='QWF01'><center id='QWF01'></center></pre></bdo></b><th id='QWF01'></th></span></q></dt></tr></i><div id='QWF01'><tfoot id='QWF01'></tfoot><dl id='QWF01'><fieldset id='QWF01'></fieldset></dl></div>

    1. 在 PHP 中格式化 time()

      Formatting time() in PHP(在 PHP 中格式化 time())

        <small id='6ejRg'></small><noframes id='6ejRg'>

              <legend id='6ejRg'><style id='6ejRg'><dir id='6ejRg'><q id='6ejRg'></q></dir></style></legend>
                <tbody id='6ejRg'></tbody>
              <i id='6ejRg'><tr id='6ejRg'><dt id='6ejRg'><q id='6ejRg'><span id='6ejRg'><b id='6ejRg'><form id='6ejRg'><ins id='6ejRg'></ins><ul id='6ejRg'></ul><sub id='6ejRg'></sub></form><legend id='6ejRg'></legend><bdo id='6ejRg'><pre id='6ejRg'><center id='6ejRg'></center></pre></bdo></b><th id='6ejRg'></th></span></q></dt></tr></i><div id='6ejRg'><tfoot id='6ejRg'></tfoot><dl id='6ejRg'><fieldset id='6ejRg'></fieldset></dl></div>
                <bdo id='6ejRg'></bdo><ul id='6ejRg'></ul>
              • <tfoot id='6ejRg'></tfoot>
                本文介绍了在 PHP 中格式化 time()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我正在使用一个数据库,在使用 time()
                有没有办法将其格式化为人类可读的方式(日期和时间)?

                I'm using a database where in the table I have the time after it was saved using time()
                Is there any way formatting it to human readable way (date and time)?

                谢谢

                推荐答案

                是的,你可以使用 日期函数.

                yes, you can use date function for that.

                echo date("F j, Y, g:i a", $timestamp);
                

                输出将采用以下格式:

                // March 10, 2001, 5:16 pm
                

                这篇关于在 PHP 中格式化 time()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                How do I parse XML containing custom namespaces using SimpleXML?(如何使用 SimpleXML 解析包含自定义命名空间的 XML?)
                SimpleXML SOAP response Namespace issues(SimpleXML SOAP 响应命名空间问题)
                Problems with PHP namespaces and built-in classes, how to fix?(PHP 命名空间和内置类的问题,如何解决?)
                Use php namespace inside function(在函数内部使用 php 命名空间)
                unexpected #39;use#39; (T_USE) when trying to use composer(尝试使用作曲家时意外的“使用(T_USE))
                PHP adding custom namespace using autoloader from composer(PHP使用来自作曲家的自动加载器添加自定义命名空间)
              • <small id='FVds2'></small><noframes id='FVds2'>

                <tfoot id='FVds2'></tfoot>
                <i id='FVds2'><tr id='FVds2'><dt id='FVds2'><q id='FVds2'><span id='FVds2'><b id='FVds2'><form id='FVds2'><ins id='FVds2'></ins><ul id='FVds2'></ul><sub id='FVds2'></sub></form><legend id='FVds2'></legend><bdo id='FVds2'><pre id='FVds2'><center id='FVds2'></center></pre></bdo></b><th id='FVds2'></th></span></q></dt></tr></i><div id='FVds2'><tfoot id='FVds2'></tfoot><dl id='FVds2'><fieldset id='FVds2'></fieldset></dl></div>

                  <tbody id='FVds2'></tbody>

                  • <bdo id='FVds2'></bdo><ul id='FVds2'></ul>
                          <legend id='FVds2'><style id='FVds2'><dir id='FVds2'><q id='FVds2'></q></dir></style></legend>