How to get current date and time in dashboard designer? - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43) +---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16) +---- Thread: How to get current date and time in dashboard designer? (/showthread.php?tid=552) |
How to get current date and time in dashboard designer? - archana - 12-23-2022 var today = new Date(); var today1=today.getHours()+':'+today.getMinutes()+':'+today.getSeconds(); |