diff --git a/developers/addons/config-xml.md b/developers/addons/config-xml.md
index bf85b0ffa5..f039397065 100644
--- a/developers/addons/config-xml.md
+++ b/developers/addons/config-xml.md
@@ -117,7 +117,7 @@ The following contexts require a specific format of the content:
password-create | text | alphanumeric characters | custom password input |
color | text | #000000 - #ffffff (hex color) | <input type="color"/> |
date | text | YYYY-MM-DD | <input type="date"/> |
- datetime | text | YYYY-MM-DD hh:mm:ss | custom input field |
+ datetime | text | YYYY-MM-DD'T'hh:mm:ss, e.g. 2019-12-31T23:59:59 | custom input field |
email | text | username@domain.com | <input type="email"/> |
month | text | month of year | custom input field |
week | integer | week of year | custom input field |