Remove time in date-time field in JsonSchema #1291
-
How to remove the time in data-time field? I only want date. {"type":"object","title":"Guest","properties":{"name":{"type":"string","label":"Name","placeholder":"My new field"},"newField108":{"type":"string","label":"New Field 108","placeholder":"My new field test","options":[{"id":1698211054322,"label":"Option 1","value":"option-1"},{"id":1698211055409,"label":"Option 2","value":"option-2"},{"id":1698211055745,"label":"Option 3","value":"option-3"}]},"newField293":{"label":"New Field 293","placeholder":"My new field","format":"date-time"}},"required":["name","newField108","newField293"]} |
Beta Was this translation helpful? Give feedback.
Answered by
kestarumper
Nov 8, 2023
Replies: 1 comment
-
Resolved in #1293. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kestarumper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resolved in #1293.