How to pass a value to a property of an object in an array in the background by jQuery ajax

as shown in the figure, the background is a dates array with n objects, and this is one of them. Now I want to pass a value to the starTime attribute at the front end, and pass multiple values to dates [0] .starTime, dates [1]. StarTime.dates [n] .starTime, then what should I do with the data?

timeValue[]

starTime:


then pass the mydates to the dates in the background, which will not work either.
"dates":mydates

used to use the form form directly, but now I want to write how to transfer it in ajax

.
<form method="post" ...>
<input  class="starTime up" click="0" type="text"
                        name="dates[${vs.index}].starTime"
                        id="starTime${vs.index}" value="${date.starTime}" type="date"/>
</form>
May.08,2022

@ Tony Chinese cabbage


set Content-Type: multipart/form-data

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bb81-2c2e4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bb81-2c2e4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?