惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
The GitHub Blog
The GitHub Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
小众软件
小众软件
博客园_首页
G
Google Developers Blog
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
D
Docker
B
Blog
雷峰网
雷峰网
WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享

孙琪峥

CQG QTrader Desktop Crack only Lifetime [x86x64] Stable GitHub Office LTSC Super-Lite [QxR] - 孙琪峥 Microsoft Office 2019 Enterprise E5 ARM Activated [KMS-VL-ALL] KMS Activation Code Qwen3.5-4B-GGUF on Copilot+ PC Full Speed NPU Mode 007: First Light Deluxe Edition Tiny Girl Repack Gears of War: E-Day Pre-Installed Windows MediaFire Code Vein II Deluxe Edition Portable Game +Patch gDrive UltraISO Portable + License Key [no Virus] [Lifetime] .zip AutoCAD Crack tool [Final] .zip Marvel’s Spider-Man Remastered Crack GOG Release Updated PC Microsoft Office 2016 Internet Archive Minimal Setup KMS Activation Code M365 Auto Setup Reddit [KMS-VL-ALL] Quick Run tiny-random-LlamaForCausalLM No Admin Rights Office 2019 x64 Digital License One-click Setup French Metro Awakening Deluxe Edition (& no VR mod) Cracked Update Portable Game for Windows ots29xgdb1w6jq5n - 孙琪峥 端午安康!博客进行了主题升级 - 孙琪峥 群晖NAS MySQL无法外部连接的解决办法 - 孙琪峥 - 比花言巧语更难的是学会闭嘴 群晖NAS MySQL无法外部连接的解决办法 - 孙琪峥 - 比花言巧语更难的是学会闭嘴 “npm warn Unknown project config "electron_mirror". This will stop working in the next major version of npm”的解决方案 - 孙琪峥 “npm warn Unknown project config "electron_mirror". This will stop working in the next major version of npm”的解决方案 - 孙琪峥 鱼贝贝文件信息批量提取神器v1.3.0.250118 免费|绿色免安装|全功能离线版 - 孙琪峥 - 比花言巧语更难的是学会闭嘴 鱼贝贝文件信息批量提取神器v1.3.0.250118 免费|绿色免安装|全功能离线版 - 孙琪峥 - 比花言巧语更难的是学会闭嘴 phpstudy启动报错nginx: [emerg] invalid number of arguments in "include" directive in 的解决方法 - 孙琪峥 phpstudy启动报错nginx: [emerg] invalid number of arguments in "include" directive in 的解决方法 - 孙琪峥 微信小程序《隐私政策》范文参考 - 孙琪峥 - 比花言巧语更难的是学会闭嘴 微信小程序《隐私政策》范文参考 - 孙琪峥 - 比花言巧语更难的是学会闭嘴 electron开发中使用nodemon进行热更新的方法 - 孙琪峥 - 比花言巧语更难的是学会闭嘴 electron开发中使用nodemon进行热更新的方法 - 孙琪峥 - 比花言巧语更难的是学会闭嘴 electron开发,文件无法拖放到渲染窗口的一种奇怪情况,附原因和解决方案 - 孙琪峥 - 比花言巧语更难的是学会闭嘴
moment.js日期时间插件,设置中文语言的方法 - 孙琪峥 - 比花...
admin · 2024-01-18 · via 孙琪峥

我是vue3项目,npm install moment --save 安装后,直接在项目中导入moment和相关语言包即可。

import moment from 'moment'
import 'moment/dist/locale/zh-cn'

这里有个坑,网上很多资料都是让你import 'moment/locale/zh-cn',亲测无效,后来发现路径中应该加上dist,如果是nodejs环境,用require方式导入的话,也可以试下路径中加上dist。

然后直接使用就行了,比如: moment().format()