We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example: local date = window.Date.new()
local date = window.Date.new()
The text was updated successfully, but these errors were encountered:
Hello, I try to use this code but I always got a Error: attempt to index a nil value
Error: attempt to index a nil value
Here is my code:
function startClock() local today = window.Date.new() end
I also tried using window.extract()
window.extract()
Just to keep trace.
Sorry, something went wrong.
Hi @MangelMaxime, I've updated the version in the CDN to the latest master so this should be working now: http://jsbin.com/bubexoyiwa/edit?html,console
master
Seems to work :) We can close I suppose
No branches or pull requests
For example:
local date = window.Date.new()
The text was updated successfully, but these errors were encountered: