I want a date picker but NOT a time picker. I’ve tried the Bubble plugin and the AirDate plugin, but eve when I choose to only show the date, it always posts a default time of 12:00pm. Any ideas why?
Because this is how date work!
If you store a date in DB, this come with time.
If you wan’t to avoid the need to store the time, you need to use a text field and :formatted as…
But this mean that you won’t be able to do date calc and filter.
You can use set minutes, set hours and set seconds to control the default time part.
If you care more about the “display” of the date, also use :formatted as
I see … hmmm, OK it’s not a big issue so I will just live with it for now! Thanks tho.
1 Like