日期格式如“jan 2010”
您好,在我的表中,我将日期保存为“2010-12-01”,但我想将上述日期转换为“2010 年 12 月”。您可以建议我如何转换吗?
提前致谢
Hi in my table i am saving the date as '2010-12-01' i,e but i want to convert the above date as 'Dec 2010'..can u please suggest me how to convert it?
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您使用 php,请执行以下操作:
If you are using php then do the following:
或者在 MySQL 中:
更新为“2011 年 1 月”:
Or in MySQL:
Updated for "Jan 2011":
请记住,如果您想对 phps 日期函数使用不同的语言,您可以使用
to set it to danish (or any other language) instead of making a service function to parse this.
Remember, if you want to use a different language for phps date function, you can use
to set it to danish (or any other language) instead of making a service function to parse this.