Welcome to the Xceed Community | Help
Community Search  
More Search Options

How do I get a dattime format in C# that will look like this:

Sort Posts: Previous Next
  •  09-21-2011, 11:55 PM Post no. 31074

    How do I get a dattime format in C# that will look like this:

    How do I get a dattime format in C# that will look like this:

    2011-09-01 00:00:00:000

  •  11-01-2011, 2:53 PM Post no. 31279 in reply to 31074

    Re: How do I get a dattime format in C# that will look like this:

    If you want the time included, use: "yyyy-MM-dd hh:mm:ss:fff"

    If you don't want the time included, use: "yyyy-MM-dd \"00:00:00:000\""

View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.