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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -