I cannot find a mechanism in BJS to get current time, etc. I see a couple methods related to frame time, but nothing else. What is the recommended method for doing so?
Just use JavaScript Date - JavaScript | MDN
1 Like
Yeah, just figured that out! But thanks
(Iām not a JS veteran!)