日期时间格式
目前我正在使用下面的代码来获取 3 月 06 日
。我该怎么做才能获得 3 月 6 日
?
Text='<%# Bind("ToDate","{0:m}")%>'
Currently I am using below code to get March 06
. What do I do to get 06 March
?
Text='<%# Bind("ToDate","{0:m}")%>'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用自定义格式字符串或使用不同的区域设置。如果我正确地阅读了代码,这里有一个格式字符串可以为您提供正确的字符串:
但是我不确定您将如何使用不同的区域设置。其他人可能有答案。
Either use a custom format string or use a different locale. If I'm reading the code right, here's a format string to give you the right string:
I'm not sure how you'd use a different locale however. Someone else might have the answer to that.
请参阅 http://msdn.microsoft.com/en -us/library/hzz3aycd(v=vs.71).aspx
see http://msdn.microsoft.com/en-us/library/hzz3aycd(v=vs.71).aspx