Essentially, I have a table structured as shown below
<table>
<tr>
<td>Date</td>
<td>Time</td>
<tr>
<table>
The goal is to make both the date and time clickable within this table. When clicking on the date, it should become highlighted and editable while disabling the time field. Conversely, clicking on the time should result in the time field becoming editable with the date field disabled.