# getSystemTimeFormat

获取手机系统时间格式

# 参数代码示例

// 获取手机系统时间格式
this.$bridge.getSystemTimeFormat().then(res => {
    console.log(res)
})
1
2
3
4