From 47681899b38ec99c80420454697a9d67161f86cf Mon Sep 17 00:00:00 2001
From: Fahri Gedik <53567152+fahrigedik@users.noreply.github.com>
Date: Thu, 10 Oct 2024 12:23:51 +0300
Subject: [PATCH] Update datetime-format-pipe.md
---
docs/en/framework/ui/angular/datetime-format-pipe.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/en/framework/ui/angular/datetime-format-pipe.md b/docs/en/framework/ui/angular/datetime-format-pipe.md
index 3a95b25379..88eb9fb604 100644
--- a/docs/en/framework/ui/angular/datetime-format-pipe.md
+++ b/docs/en/framework/ui/angular/datetime-format-pipe.md
@@ -11,21 +11,21 @@ Example
ShortDate, ShortTime and ShortDateTime format data like angular's data pipe but easier. Also the pipes get format from config service by culture.
-# ShortDate Pipe
+## ShortDate Pipe
```html
{{today | shortDate }}
```
-# ShortTime Pipe
+## ShortTime Pipe
```html
{{today | shortTime }}
```
-# ShortDateTime Pipe
+## ShortDateTime Pipe
```html
{{today | shortDateTime }}