DateTime Format Pipes
You can format date by Date pipe of angular.
Example
ShortDate, ShortTime and ShortDateTime format data like angular's data pipe but easier. Also the pipes get format from config service by culture.
No results found!
Some parts of this topic may be machine translated.
You can format date by Date pipe of angular.
Example
<span>{{today | date 'dd/mm/yy'}}</span>
ShortDate, ShortTime and ShortDateTime format data like angular's data pipe but easier. Also the pipes get format from config service by culture.
<span> {{today | shortDate }}</span>
<span> {{today | shortTime }}</span>
<span> {{today | shortDateTime }}</span>
Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.