From 75fce7724bd095a9e26992989b2e1ce07888b130 Mon Sep 17 00:00:00 2001 From: stakx Date: Sat, 27 Jul 2019 01:11:30 +0200 Subject: [PATCH] Correct format string used by `DateTimeConverter` --- xml/System.ComponentModel/DateTimeConverter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.ComponentModel/DateTimeConverter.xml b/xml/System.ComponentModel/DateTimeConverter.xml index 810c1436b80..f9e392711c5 100644 --- a/xml/System.ComponentModel/DateTimeConverter.xml +++ b/xml/System.ComponentModel/DateTimeConverter.xml @@ -37,7 +37,7 @@ The method uses the method of the class to convert from a string. - The method uses the current culture, if a is not supplied. Generally, uses the property to format a date and with the property to format a date and time. If the property is passed, uses yyyy-mm-dd to format a date and to format a date and time. + The method uses the current culture, if a is not supplied. Generally, uses the property to format a date and with the property to format a date and time. If the property is passed, uses yyyy-MM-dd to format a date and to format a date and time. For more information about type converters, see the base class and [How to: Implement a Type Converter](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ayybcxe5(v=vs.120)).