This article is a mirror article of machine translation, please click here to jump to the original article.

View: 21877|Reply: 1

[Source] c# Convert DateTime to Year, Month, Day and Day format

[Copy link]
Posted on 1/21/2016 2:47:07 PM | | | |


---------------------------

---------------------------
Thursday, 01/21/2016
---------------------------
OK   
---------------------------



Code:

  1. var weekdays = new string[] { "星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" };
  2.             DateTime time = DateTime.Now;
  3.             string temp = time.ToString("yyyy/MM/dd") +" "+ weekdays[(int)time.DayOfWeek];
Copy code






Previous:asp.net allows cross-domain access to interfaces
Next:[Open Source] Wooyun Vulnerability Query Platform Source Code Plus Database asp.net Version
Posted on 1/21/2016 6:03:49 PM |
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com