CIO Dashboard

Siddhant VSK
Tera Contributor

Hello Community , 

Please help how to get the date (Last updated time on the top of the CIO Dashboard main page)

Let me know the steps to be followed.

 

Thanks in advance.

Siddhant.

1 REPLY 1

PritamG
Mega Guru

open the CIO dashboard. then right click on last updated time and select inspect.

identify the element showing the date.

use (document.querySelector('selector').textContent) in the console to fetch it.