JavaScript toLocaleTimeString() 方法
定义和用法
toLocaleTimeString() 方法可根据本地时间把 Date 对象的时间部分转换为字符串,并返回结果。
语法
dateObject.toLocaleTimeString()
返回值
dateObject 的时间部分的字符串表示,以本地时间区表示,并根据本地规则格式化。
toLocaleTimeString() 方法可根据本地时间把 Date 对象的时间部分转换为字符串,并返回结果。
dateObject.toLocaleTimeString()
dateObject 的时间部分的字符串表示,以本地时间区表示,并根据本地规则格式化。