javascript - Angularjs i18n disable locale on date -


hi fellow programmers,

i using i18n localization provided angular js, can found here.

currently, using date filter convert date 'day' in html view:

{{ note.notedatetime | date:"eeee" }}

this converts date day, , output converted locale. (i using netherlands).

i need disable translation here , output 'default english'.

thank you,

parse, validate, manipulate, , display dates , times in javascript.

refer link https://momentjs.com/


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -