For locale-aware formatting, you can use the L and LL tokens to get a locale-specific formatting of the date. moment.locale(); // 'en' let m = ...
確定! 回上一頁