Date.prototype.getMilliseconds()
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
getMilliseconds()
方法基於本地時區回傳指定日期的毫秒數。
嘗試一下
語法
js
getMilliseconds()
返回值
一個基於本地時區表示指定日期的毫秒數、介於 0 至 999 的整數值。
範例
使用 getMilliseconds()
下列範例將當前時間的毫秒數指派給變數 milliseconds
。
js
const today = new Date();
const milliseconds = today.getMilliseconds();
規範
Specification |
---|
ECMAScript Language Specification # sec-date.prototype.getmilliseconds |
瀏覽器相容性
Report problems with this compatibility data on GitHubdesktop | mobile | server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
getMilliseconds |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.