ultrafop thank you so much for your suggestion I'm learning js so I'm new, and the link you suggested is very helpful, but i'm thinking it could be a simple solution,
there is a plugin by Rex but i'm trying to limit plugins as possible
also found this from (@ultrafop thank you so much for your suggestion I'm learning js so I'm new, and the link you suggested is very helpful, but i'm thinking it could be a simple solution,
there is a plugin by Rex but i'm trying to limit plugins as possible
also found this from https://www.scirra.com/tutorials/940/how-to-easily-capture-date-and-time-and-insert-them-in-a-project :
Browser.ExecJS("var currentdate = new Date(); currentdate.getFullYear() & '-' & (currentdate.getMonth() 1) & '-' & currentdate.getDate() & ' ' & currentdate.getHours() & ':' & currentdate.getMinutes() & ':' & currentdate.getSeconds();")
but didn't work, maybe there some syntax error ?