# Datetime ```html
{{ JSON.stringify(timestamp) }}
``` ```js export default { data () { return { timestamp: 1183135260000 } } } ```