TimeToString
From K-3D
Description
| Converts a scalar to a string using strftime()-style formatting |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, String Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Input | Timestamp value, or 0 to use current system time | k3d::double_t | input |
| Format | strftime() time_to_string string | k3d::string_t | format |
| Output string | strftime() output string (read only) | k3d::string_t | output |

