vue.js 时间格式化,moment.js时间格式化

阅读更多

vue.js 时间格式化,moment.js时间格式化

 

 

================================

©Copyright 蕃薯耀 2018年12月03日

http://fanshuyao.iteye.com/

 





vue 时间格式化


	
	
{{nowTime}}
-----使用moment.js格式化之后:-----
{{nowTime | dateFilter}}
{{nowTime | dateFilter('YYYY-MM-DD')}}
{{nowTime | dateFilter('HH:mm:ss')}}

 

 

================================

©Copyright 蕃薯耀 2018年12月03日

http://fanshuyao.iteye.com/

你可能感兴趣的:(vue.js,时间格式化,moment.js时间格式化,vue.js入门,moment.js使用,蕃薯耀)