我正在尝试使用 JS 将 a 转换date object为格式的字符串YYYYMMDD。有没有比连接Date.getYear(),Date.getMonth()和更简单的方法Date.getDay()?
date object
YYYYMMDD
Date.getYear()
Date.getMonth()
Date.getDay()