Browse Source

Merge pull request #20636 from abpframework/fahri/fix-document-5.3

fix document 5.3
pull/20651/head
SALİH ÖZKARA 1 year ago
committed by GitHub
parent
commit
4919a5368e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/UI/Angular/DateTime-Format-Pipe.md

2
docs/en/UI/Angular/DateTime-Format-Pipe.md

@ -4,6 +4,7 @@ You can format date by Date pipe of angular.
Example
{%{
```html
<span> {{today | date 'dd/mm/yy'}}</span>
```
@ -27,3 +28,4 @@ ShortDate, ShortTime and ShortDateTime format data like angular's data pipe but
```html
<span> {{today | shortDateTimePipe }}</span>
```
}%}
Loading…
Cancel
Save