How do I get only day + month + year in C #?
A vague question.
Do you need this as a string?
DateTime.Now.ToString("MM/dd/yyyy")
There are also Day, Month, Year values that you can work with in the DateTime structure.
All you need is here: http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx
Source: https://habr.com/ru/post/1795357/More articles:What flash rendering cases are faster if wmode embed is set to "gpu"? - flashEntity Framework - mixing first models and databases? - .netWhy do empty tags in Ant build files have space before the closing bracket? - xmlXcode Code Exit Code - Duplicate Symbol - iphoneMySQL - Perl: Как использовать массив с IN внутри выбранного запроса? (ГДЕ IN (@array)) - arraysIs there a PHP variable that includes a merge of $ _GET and $ _POST? - phpMySQL - Perl: how to get an array of zip codes in the submitted "x" miles represented by the "zipcode" in the Perl example - mysqlUsing Min / Max with a conditional statement - sqlgl_VertexID interrupts rendering - windowsfile not saved on S3 with amazon paperclip configuration - ruby-on-rails-3All Articles