fknop / angular-pipes

Useful pipes for Angular
https://fknop.gitbook.io/angular-pipes/
MIT License
732 stars 157 forks source link

Orderby isn't working with date #102

Open Et3rnal opened 4 years ago

Et3rnal commented 4 years ago
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request

Current behavior I have an array of objects where each object has a time in the following format 2019-12-10T15:04:37.3337392+10:30 unfortunately, the orderby pipe isn't sorting that right, is there a way to get another pipe to process the value before orderBy compare it?

I don't know what orderBy expecting or if it takes another parameter ??

Expected behavior

Sort in the right order.