我以前问过这样一个问题,但是这个问题不一样,这更多的是关于解析逻辑。Date: {$date('l jS \of F Y')}";echo "This page is under construction<br/><br/>Current Date: {date('l jS \of F Y')}&qu
我需要将JS日期存储为ISO 8601日期。我目前正在从一个格式为2019-06-22T00:00:00.000Z的表单中获取日期,这与JS的toIsoString()方法所期望的一样。private _mapNewShowForm(): ArtistShows { let convertedShowDate = new Date(showDate).toISOStri