Browse Source

Update datetime-format-pipe.md

pull/21035/head
Fahri Gedik 2 years ago
committed by GitHub
parent
commit
47681899b3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      docs/en/framework/ui/angular/datetime-format-pipe.md

6
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
<span> {{today | shortDate }}</span>
```
# ShortTime Pipe
## ShortTime Pipe
```html
<span> {{today | shortTime }}</span>
```
# ShortDateTime Pipe
## ShortDateTime Pipe
```html
<span> {{today | shortDateTime }}</span>

Loading…
Cancel
Save