我如何以特定格式制作日期 [英] How i can make date in specific format

查看:73
本文介绍了我如何以特定格式制作日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何以特定格式制作日期

How i can make date in specific format

推荐答案

net中有成千上万个示例,一个简单的google搜索将为您提供更多信息

通过下面的Google搜索链接

There are thousands of examples in net , a simple google search will give you more information

Go through the below google search link

DateTime Formats in C#[^]


尝试:
DateTime myDate = new DateTime();
myDate.ToString("yyyy/mm/dd");



此处的详细信息:
DateTime :: ToString方法 [



Details here: DateTime::ToString Method[^]


这篇关于我如何以特定格式制作日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆