ComfyUI Node
Date String
A ComfyUI node in Kinburg-Nodes/util with 7 inputs and 1 output.
Date String
- text
◄text►
◄date_formatYYYY-MM-DD►
◄custom_date_format%Y-%m-%d►
◄include_timefalse►
◄time_formatHH-MM►
◄custom_time_format%H-%M-%S►
◄separator/►
CategoryKinburg-Nodes/util
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Base text/path; the date (and time) is appended via 'separator'. Can be empty. | |
| date_format | COMBO | YYYY-MM-DD | 8 options: YYYY-MM-DD, YYYY_MM_DD, YYYY/MM/DD, DD-MM-YYYY, YYYY-MM, YYYYMMDD, +2 |
| custom_date_format | STRING | %Y-%m-%d | strftime pattern, used when date_format = custom |
| include_time | BOOLEAN | false | — |
| time_format | COMBO | HH-MM | 5 options: HH-MM-SS, HH-MM, HH, HH:MM:SS, custom |
| custom_time_format | STRING | %H-%M-%S | strftime pattern, used when time_format = custom |
| separator | STRING | / | Joins text / date / time. '/' creates subfolders in a save path; use '_' or '-' for a flat name. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |