Skip to content

Commit 0e0631f

Browse files
committed
Date is in correct format
1 parent 6fe87cf commit 0e0631f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ keywords: [ "NET", "codefrydev", "C sharp", "CFD", "Skia Sharp","Generate Video"
6666
hideMeta: true
6767
---
6868
```
69+
70+
## Points to be Noted
71+
72+
```yaml
73+
date: 2024-08-03
74+
date: Year-Month-Day
75+
```
76+
6977
## for general .md page
7078
```yaml
7179
---

content/application/httpclient/jsontotree.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Json to C sharp class"
33
author: "PrashantUnity"
44
weight: 110
5-
date: 2025-01-01
6-
lastmod: 2025-01-01
7-
dateString: January 2025
5+
date: 2025-02-24
6+
lastmod: 2025-02-25
7+
dateString: February 2025
88
description: "Just a hack for json parsing to JsonDocument to Tree"
99
#canonicalURL: "https://canonical.url/to/page"
1010
cover:

0 commit comments

Comments
 (0)