Converts the date value of this instance to a String.
[Visual Basic] Public Function ToShortDateString() As String [C#] public string ToShortDateString(); [C++] public: String* ToShortDateString(); [JScript] public function ToShortDateString() : String;
A string value that contains the date represented by this instance.
The ToShortDateString method converts the date value to a string value and formats the return value determined by the InvariantCulture The format is "mm/dd/yy", where:
To Format a DateTime using the CurrentCulture, use Format
DateTime Structure | DateTime Members | System Namespace | String | DateTimeFormat | CultureInfo | Calendar | DateTimeFormatInfo