-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
date functions #51
Comments
I haven't looked into this but it's probably not that simple to do. I think for now this should be an external library that you import that binds to an existing C/C++ date library. |
ok, no problem , to call an endpoint will be my workaround. |
There's no JSON library atm. @matu3ba was thinking of making one. You can use parseCyon to get back an object from a cyon string. |
using parseCyon would be an option , strJson = "{ name: 'John Doe'}" but i got an error What am I doing wrong ? |
I'm already seeing problems with {} for string interpolation 😅. For now you can do this:
|
Hi ! for working on some testings I have choose a project that need date functions
and then get values for hours , minutes and seconds
May be, it is not implemented yet ?
regards
The text was updated successfully, but these errors were encountered: