Multiple choice technology web technology

If 23rd of February is selected in the Calendar control and ToShortDateString() method is called, which of the following will appear?

  1. 02/23/2009 12:00:00 AM

  2. 02/23/2009

  3. Monday, February 23, 2009

  4. 23/02/2009

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The ToShortDateString() method returns only the date portion without any time component, formatted as MM/dd/yyyy or the system's short date format. Option A includes a time, Option C is a long date format with weekday, and Option D has day/month order which is not the standard short format.