WordPress如何将月份和日期分成两部分
如何将“月”和“日”日期分成两个单独的部分,以便我可以将它们放在一起,如下所示:
How can I split the "month" and "day" date into two seperate pieces so I can place them under each other like this:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要获取当前日期,您可以:
对于当前月份:
以月份的简短文本表示形式,三个字母:
但是如果日期已经在字符串变量中,则可以对于日期:
对于月份:
对于完整的引用函数:
To obtain the current day you can:
and for current month:
in a short textual representation of a month, three letters:
But if you have the date already in a string variable you can for day:
and for month:
For complete references of the functions: