Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix date format to be mm/dd/yyyy #1360

Merged
merged 1 commit into from
Dec 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/csharp/tour-of-csharp/classes-and-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: New to C#? Read this overview of classes, objects and inheritance
keywords: .NET, csharp, class, instance, object, inheritance, polymorphism
author: BillWagner
ms.author: wiwagn
ms.date: 2016/08/10
ms.date: 08/10/2016
ms.topic: article
ms.prod: .net
ms.technology: devlang-csharp
Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/tour-of-csharp/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: expressions, operands, and operators are building blocks of the C#
keywords: .NET, csharp, expression, operator, operand
author: BillWagner
ms.author: wiwagn
ms.date: 2016/11/06
ms.date: 11/06/2016
ms.topic: article
ms.prod: .net
ms.technology: devlang-csharp
Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/tour-of-csharp/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Interfaces define contracts implemented by types in C#
keywords: .NET, csharp, interfaces, multiple inheritance, polymorphism
author: BillWagner
ms.author: wiwagn
ms.date: 2016/08/10
ms.date: 08/10/2016
ms.topic: article
ms.prod: .net
ms.technology: devlang-csharp
Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/tour-of-csharp/statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: You create the actions of a C# program using statements
keywords: .NET, csharp, statements, syntax
author: BillWagner
ms.author: wiwagn
ms.date: 2016/11/06
ms.date: 11/06/2016
ms.topic: article
ms.prod: .net
ms.technology: devlang-csharp
Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/tour-of-csharp/structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn the basics of C# value types, called structs
keywords: .NET, C#, struct, value type
author: BillWagner
ms.author: wiwagn
ms.date: 2016/08/10
ms.date: 08/10/2016
ms.topic: article
ms.prod: .net
ms.technology: devlang-csharp
Expand Down