c# - How to format a string as a date with milliseconds - 1400+ ...

文章推薦指數: 80 %
投票人數:10人

DateTime now = DateTime.Now; Label1.Text = "now: " + now.ToString(); //format date time with milliseconds in string using ToString method. Label1. c#-Howtoformatastringasadatewithmilliseconds Stringformatdatemilliseconds string-format-date-milliseconds.aspx protectedvoidButton1_Click(objectsender,System.EventArgse) { //thislinecreateadatetimevariable. DateTimenow=DateTime.Now; Label1.Text="now:"+now.ToString(); //formatdatetimewithmillisecondsinstringusingToStringmethod. Label1.Text+="

datetimeformatwithmilliseconds:"+now.ToString("yyyy-MM-ddhh:mm:ssffffff"); Label1.Text+="

timeformatwithmilliseconds:"+now.ToString("hh:mm:ssffffff"); Label1.Text+="

stringformatonlymilliseconds:"+now.ToString("ffffff"); //stringformatdatetimewithmillisecondsusingstring.formatmethod. Label1.Text+="

datetimeformatwithmilliseconds:"+string.Format("{0:yyyy-MM-ddffffff}",now); } c#example-stringformatdatemilliseconds

c#example-stringformatdatemilliseconds

Morec#examples Howtosplitastringandtrimelement Stringsplitandjoin Howtosplitastringonnewlines Howtoformatastringasaphonenumber Howtoformatastringasanumberwithleadingzero Howtoformatastringascurrencywithoutdecimal Howtoformatastringascurrencywithdollarsign Howtoformatastringasnegativecurrency Howtoformatastringasadate Howtoformatadatestringasyyyy-MM-ddformat NewerPost OlderPost Home SearchThisBlog Labels ado.net (43) ajax (75) array (84) arraylist (29) bulletedlist (13) c# (20) calendar (29) chart (46) checkbox (5) checkboxlist (32) DataPager (3) datetime (31) detailsview (10) dictionary (53) directory (7) drawing (58) dropdownlist (54) file (5) fileupload (10) genericlist (26) gridview (31) hyperlink (11) image (5) linkbutton (10) linq (51) listbox (34) ListView (9) menu (17) objectdatasource (4) profile (9) radiobutton (6) radiobuttonlist (25) Redesign (1) role (4) session (9) silverlight (32) sitemappath (7) sqldatasource (19) stack (11) statemanagement (12) string (130) stringbuilder (33) treeview (23) UWP (88) validation (17) xml (16) xmldatasource (1) xmldocument (29) xpath (13) xslt (19)



請為這篇文章評分?