如何在Facebook或worpress帖子下方显示时间和日期?

时间:2018-05-21 08:34:57

标签: php html css

我们如何在Facebook或wordpress等帖子或大多数right-bottom下显示时间和日期? 就像我这里有代码一样。

 <html>
 <body>

  <div style="height:30px; width:500px; color:gray; background-color: #ffffff">
   <p>hello, welcome to the first post of my blog!</p>
   <?php echo $now->format("m-d-Y H:i:s.u");  ?> 

 </div>
</body>
</html>

如何在此bottom-right下方或div下方显示时间和日期?

2 个答案:

答案 0 :(得分:0)

使用此div附上您的php标记 <div align="right" ><?php echo $now->format("m-d-Y H:i:s.u"); ?> </div>

答案 1 :(得分:0)

enter image description here

您可以根据需要插入日期格式