Skip to content

Commit

Permalink
Change format for "datetime" context
Browse files Browse the repository at this point in the history
Refs openhab/openhab-core#4428.

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Oct 27, 2024
1 parent 199820e commit 7b89707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers/addons/config-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The following contexts require a specific format of the content:
<tr><td>password-create</td><td>text</td><td>alphanumeric characters</td><td>custom password input</td></tr>
<tr><td>color</td><td>text</td><td>#000000 - #ffffff (hex color)</td><td><code>&lt;input type="color"/></code></td></tr>
<tr><td>date</td><td>text</td><td>YYYY-MM-DD</td><td><code>&lt;input type="date"/></code></td></tr>
<tr><td>datetime</td><td>text</td><td>YYYY-MM-DD hh:mm:ss</td><td>custom input field</td></tr>
<tr><td>datetime</td><td>text</td><td>YYYY-MM-DD'T'hh:mm:ss, e.g. 2019-12-31T23:59:59</td><td>custom input field</td></tr>
<tr><td>email</td><td>text</td><td>[email protected]</td><td><code>&lt;input type="email"/></code></td></tr>
<tr><td>month</td><td>text</td><td>month of year</td><td>custom input field</td></tr>
<tr><td>week</td><td>integer</td><td>week of year</td><td>custom input field</td></tr>
Expand Down

0 comments on commit 7b89707

Please sign in to comment.