1.0.6 • Published 3 years ago

vue-timestamp-to v1.0.6

Weekly downloads
5
License
MIT
Repository
-
Last release
3 years ago

timestamp

时间戳格式转化

基于vue

# install dependencies
npm install vue-timestamp-to -s

# main.js 全局引入及使用
import timestamps from 'vue-timestamp-to'
Vue.use(timestamps)

# index.vue
<div class="answer_line_font">{{$timeStamp(formData.update_time)}}</div>

关键代码:$timeStamp(time,turn)

turn => 是否显示时间   (true默认显示)
turn => 只显示年月日   (false)
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago