LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

TIME$

Root / Documentation / [.]

Created:
Return the current time as a string. * Syntax ```sbsyntax TIME$ OUT timestamp$ ``` |* Output | Description | | `timestamp$` | The current time in a string, formatted as `Hr:Mn:Sc`. | The time is always returned in 24-hour format. * Examples ```sb4 'print the current time 'e.g. at 1:23:45 AM PRINT TIME$() '01:23:45 ```

No posts yet (will you be the first?)