From 69ff6cfa854d4d9fbc79654d7620ad1a36ee5067 Mon Sep 17 00:00:00 2001 From: Fahri Gedik Date: Mon, 26 Aug 2024 15:19:36 +0300 Subject: [PATCH 1/3] Fix Document --- docs/en/UI/Angular/DateTime-Format-Pipe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/UI/Angular/DateTime-Format-Pipe.md b/docs/en/UI/Angular/DateTime-Format-Pipe.md index 4841ffe665..4d87391613 100644 --- a/docs/en/UI/Angular/DateTime-Format-Pipe.md +++ b/docs/en/UI/Angular/DateTime-Format-Pipe.md @@ -4,6 +4,7 @@ You can format date by Date pipe of angular. Example +{%{ ```html {{today | date 'dd/mm/yy'}} ``` @@ -27,3 +28,4 @@ ShortDate, ShortTime and ShortDateTime format data like angular's data pipe but ```html {{today | shortDateTimePipe }} ``` +}%} \ No newline at end of file From e3bace7b4604c47c8d668606844260dccb6e0edf Mon Sep 17 00:00:00 2001 From: Fahri Gedik Date: Mon, 26 Aug 2024 15:27:24 +0300 Subject: [PATCH 2/3] Fix Document --- docs/en/UI/Angular/DateTime-Format-Pipe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/DateTime-Format-Pipe.md b/docs/en/UI/Angular/DateTime-Format-Pipe.md index 4d87391613..2fcf3ba151 100644 --- a/docs/en/UI/Angular/DateTime-Format-Pipe.md +++ b/docs/en/UI/Angular/DateTime-Format-Pipe.md @@ -5,6 +5,7 @@ You can format date by Date pipe of angular. Example {%{ + ```html {{today | date 'dd/mm/yy'}} ``` @@ -28,4 +29,4 @@ ShortDate, ShortTime and ShortDateTime format data like angular's data pipe but ```html {{today | shortDateTimePipe }} ``` -}%} \ No newline at end of file +}%} From a18d47cc11ff73ab0ffc5eaec8401539d31bf943 Mon Sep 17 00:00:00 2001 From: Fahri Gedik Date: Mon, 26 Aug 2024 15:32:41 +0300 Subject: [PATCH 3/3] Fix Document --- docs/en/UI/Angular/DateTime-Format-Pipe.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/UI/Angular/DateTime-Format-Pipe.md b/docs/en/UI/Angular/DateTime-Format-Pipe.md index 2fcf3ba151..4d87391613 100644 --- a/docs/en/UI/Angular/DateTime-Format-Pipe.md +++ b/docs/en/UI/Angular/DateTime-Format-Pipe.md @@ -5,7 +5,6 @@ You can format date by Date pipe of angular. Example {%{ - ```html {{today | date 'dd/mm/yy'}} ``` @@ -29,4 +28,4 @@ ShortDate, ShortTime and ShortDateTime format data like angular's data pipe but ```html {{today | shortDateTimePipe }} ``` -}%} +}%} \ No newline at end of file