Skip to content

Commit 95b644d

Browse files
authored
Merge pull request #10299 from leighghunt/patch-1
Fix date format pattern in format-transact-sql.md
2 parents 96a068e + c47b328 commit 95b644d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/format-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Expression of a supported data type to format. For a list of valid types, see th
4545

4646
**nvarchar** format pattern.
4747

48-
The *format* argument must contain a valid .NET Framework format string, either as a standard format string (for example, `"C"` or `"D"`), or as a pattern of custom characters for dates and numeric values (for example, `"MMMM DD, yyyy (dddd)"`). Composite formatting isn't supported.
48+
The *format* argument must contain a valid .NET Framework format string, either as a standard format string (for example, `"C"` or `"D"`), or as a pattern of custom characters for dates and numeric values (for example, `"MMMM dd, yyyy (dddd)"`). Composite formatting isn't supported.
4949

5050
For a full explanation of these formatting patterns, consult the .NET Framework documentation on string formatting in general, custom date and time formats, and custom number formats. For more information, see [Formatting Types](/dotnet/standard/base-types/formatting-types).
5151

0 commit comments

Comments
 (0)