In some internal webpage there is column with "LastBuild" date, but no timestamp there and only something like "X months, Y days ago" or "X days, Y hours ago". There is following HTML code in page source:
<tr id="job-id" class="job-id-class someotherclass-id">
<td data="2021-12-17T06:32:13Z"> == $0
" 9 mo 10 days -"
<a href="job/agent-info/lastSuccessfulBuild/" class="model-link inside">#2170</a></td>
</td>
</tr>
Is it possible to display this date from " 9 mo 10 days -" to just 2021-12-17T06:32:13Z using JavaScript snippet code?
Don't know is this a good place to ask this question, if not please suggest the correct one.