Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, How to represent DateTime in specified format? For example yyyy-mm-dd?
DateTime dt = new DateTime(); string strdate = dt.ToString("yyyy-MM-dd");
Thank you very much!
Never Mind u are welcome