// Get the current date and time var date = new Date(); // Format it into a string new Intl.DateTimeFormat('en-US', { timeStyle: 'short' ...
確定! 回上一頁