What will be the behavior of the below ?

string @format = "dd.yyyy.MM";
MessageBox.Show(dateTimePicker1.Value.Date.ToString(@format));

 Posted by Rajnilari2015 on 11/3/2015 | Category: Windows Forms Interview questions | Views: 8717 | Points: 40
Select from following answers:
  1. display the current date in dd.yyyy.MM
  2. display the previous date in dd.yyyy.MM
  3. display the next date in dd.yyyy.MM
  4. display the datetimepicker's date in dd.yyyy.MM
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response