Fahri Gedik
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
3 deletions
-
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> |
|
|
|
|