What is returned in the background in the red circle is a time frame. How to convert it to year, month, day type?"
迷茫2017-05-19 10:20:05
The number above is the timestamp.
new Date(timestamp) can construct the timestamp into a Date object
Use the Date method to complete 年月日
string conversion