-
I have this field:
First question, as I don't need time, is there an option to remove the time part ? Having an option "time: true|false" on the date field would be great. Also, time part makes filtering complex or not possible. Unless there is a way I haven't found yet?
Any idea? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Just figured out for the filtering part
|
Beta Was this translation helpful? Give feedback.
-
Hi @sgirard84, actually your first attempt should have worked too. I've just found the logic behind converting date input values to string is broken, as it defaults to the date format stored in the options. The only problem is that it's wrongly trying a php style date format like I'm going to change this default to be always I'm also going to add an option to remove time, it will default to 12 AM. Thank you for the suggestion. |
Beta Was this translation helpful? Give feedback.
Just figured out for the filtering part