Skip to content

Commit

Permalink
docs: remove emoji flag from mobile: getDeviceTime Example (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored Dec 19, 2024
1 parent 12dcdf2 commit aa4ad6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/execute-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ Returns the actual device time.

Name | Type | Required | Description | Example
--- | --- | --- | --- | ---
format | string | no | The format specifier string. Read [MomentJS documentation](https://momentjs.com/docs/) to get the full list of supported datetime format specifiers. The default format is `YYYY-MM-DDTHH:mm:ssZ`, which complies to ISO-8601 | YYYY-MM-DD HH:mm:ss
format | string | no | The format specifier string. Read [MomentJS documentation](https://momentjs.com/docs/) to get the full list of supported datetime format specifiers. The default format is `YYYY-MM-DDTHH:mm:ssZ`, which complies to ISO-8601 | `YYYY-MM-DD HH:mm:ss`

#### Returned Result

Expand Down

0 comments on commit aa4ad6d

Please sign in to comment.