You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the suffix is hidden {{` someDate | moment("from", "now", true) }}
a depreciation warning appears in the browser console.
When the suffix is visible {{ someDate | moment("from", "now") }}
there is no warning.
I'm using the latest version of vue-moment. The full warning is
Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.
The text was updated successfully, but these errors were encountered:
Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.
Arguments:
[0] _isAMomentObject: true, _isUTC: false, _useUTC: false, _l: undefined, _i: true, _f: undefined, _strict: undefined, _locale: [object Object]
Error
please solved this error.
Hi,
When the suffix is hidden
{{` someDate | moment("from", "now", true) }}
a depreciation warning appears in the browser console.
When the suffix is visible
{{ someDate | moment("from", "now") }}
there is no warning.
I'm using the latest version of vue-moment. The full warning is
Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.
The text was updated successfully, but these errors were encountered: