{"id":106,"date":"2019-12-13T12:41:46","date_gmt":"2019-12-13T04:41:46","guid":{"rendered":"http:\/\/blog.yuekegu.com\/?p=106"},"modified":"2019-12-13T12:41:46","modified_gmt":"2019-12-13T04:41:46","slug":"php-date_format","status":"publish","type":"post","link":"https:\/\/book.yuekegu.com\/index.php\/2019\/12\/13\/php-date_format\/","title":{"rendered":"PHP date_format"},"content":{"rendered":"\n<p>\u9762\u5411\u5bf9\u8c61\u98ce\u683c<code>\n&lt;?php<br>$date&nbsp;=&nbsp;new&nbsp;DateTime('2000-01-01');<br>echo&nbsp;$date-&gt;format('Y-m-d&nbsp;H:i:s');<br>?&gt;\n\n<\/code><\/p>\n\n\n\n<p>\u8fc7\u7a0b\u5316\u98ce\u683c<code>\n&lt;?php<br>$date&nbsp;=&nbsp;date_create('2000-01-01');<br>echo&nbsp;date_format($date,&nbsp;'Y-m-d&nbsp;H:i:s');<br>?&gt;\n\n<\/code><\/p>\n\n\n\n<p>\u4ee5\u4e0a\u4f8b\u7a0b\u4f1a\u8f93\u51fa\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">2000-01-01 00:00:00\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u9762\u5411\u5bf9\u8c61\u98ce\u683c &lt;?php$date&nbsp;=&nbsp;new&nbsp;DateTime(&#8216;2000-01-01&#8217;);echo&nbsp;$date-&gt;format(&#8216;Y-m-d&nbsp;H:i:s&#8217;);?&gt; \u8fc7\u7a0b\u5316\u98ce\u683c &lt;?php$date&nbsp;=&nbsp;date_create(&#8216;2000-01-01&#8217;);echo&nbsp;date_format($date,&nbsp;&#8216;Y-m-d&nbsp;H:i:s&#8217;);?&gt; \u4ee5\u4e0a\u4f8b\u7a0b\u4f1a\u8f93\u51fa\uff1a 2000-01-01 00:00:00<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27],"tags":[],"class_list":["post-106","post","type-post","status-publish","format-standard","hentry","category-27"],"_links":{"self":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/posts\/106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/comments?post=106"}],"version-history":[{"count":0,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/posts\/106\/revisions"}],"wp:attachment":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/media?parent=106"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/categories?post=106"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/tags?post=106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}