Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date filter is ignored
Message
 
 
À
Tous
Information générale
Forum:
Javascript
Catégorie:
Autre
Titre:
Date filter is ignored
Divers
Thread ID:
01620266
Message ID:
01620266
Vues:
56
Hi everybody,

I could not figure out why in this simple expression the date filter is ignored. I tried different formats and the date is always shown the same way:

Invoice: 16000001 Transaction Details: 2015-05-27 14:55:47.448 Amount: $677.00
<div class="widget-head col-md-offset-0">
                @Labels.invoice:  {{invoiceTransactionsObject.newTransact.invoiceNo}}  @Labels.transaction @Labels.details: {{invoiceTransactionsObject.newTransact.transactionDate |date: 'MMMM/d/yyyy hh:mm:ss'}}  @Labels.amount: <span ng-class="{'negative-amount': invoiceTransactionsObject.totalAmt < 0}"> {{invoiceTransactionsObject.totalAmt|currency}}</span>
            </div>
Do you see what I may be missing here?

Thanks a lot in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform