Skip to content

Commit d55bd06

Browse files
authored
Fix date format to be mm/dd/yyyy (#1360)
It was causing the wrong publication date.
1 parent 9f70710 commit d55bd06

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/csharp/tour-of-csharp/classes-and-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: New to C#? Read this overview of classes, objects and inheritance
44
keywords: .NET, csharp, class, instance, object, inheritance, polymorphism
55
author: BillWagner
66
ms.author: wiwagn
7-
ms.date: 2016/08/10
7+
ms.date: 08/10/2016
88
ms.topic: article
99
ms.prod: .net
1010
ms.technology: devlang-csharp

docs/csharp/tour-of-csharp/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: expressions, operands, and operators are building blocks of the C#
44
keywords: .NET, csharp, expression, operator, operand
55
author: BillWagner
66
ms.author: wiwagn
7-
ms.date: 2016/11/06
7+
ms.date: 11/06/2016
88
ms.topic: article
99
ms.prod: .net
1010
ms.technology: devlang-csharp

docs/csharp/tour-of-csharp/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Interfaces define contracts implemented by types in C#
44
keywords: .NET, csharp, interfaces, multiple inheritance, polymorphism
55
author: BillWagner
66
ms.author: wiwagn
7-
ms.date: 2016/08/10
7+
ms.date: 08/10/2016
88
ms.topic: article
99
ms.prod: .net
1010
ms.technology: devlang-csharp

docs/csharp/tour-of-csharp/statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: You create the actions of a C# program using statements
44
keywords: .NET, csharp, statements, syntax
55
author: BillWagner
66
ms.author: wiwagn
7-
ms.date: 2016/11/06
7+
ms.date: 11/06/2016
88
ms.topic: article
99
ms.prod: .net
1010
ms.technology: devlang-csharp

docs/csharp/tour-of-csharp/structs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn the basics of C# value types, called structs
44
keywords: .NET, C#, struct, value type
55
author: BillWagner
66
ms.author: wiwagn
7-
ms.date: 2016/08/10
7+
ms.date: 08/10/2016
88
ms.topic: article
99
ms.prod: .net
1010
ms.technology: devlang-csharp

0 commit comments

Comments
 (0)