Date field doesn't save hours and minutes on page creation

Pages are created from webform submission from frontend and I want to save date and time of submission.

Maybe the problem is with version - using 3.5.2-rc.1 and getting this:

Builder_2021-02-08_01-48

In older 3.3.5 website I have blueprint:

  date:
    type: date
    default: now
    time: true

and time is saved, but with same code or even more settings - date and time is not saved:

  date:
    default: now
    type: date
    time: true
      display: HH:mm
      default: now

There’s an issue on GitHub:

I haven’t tried it yet, but a temporary workaround would probably be a page.create:after hook that updates the timestamp if time is 00:00 …I’m not 100% sure though whether that updated timestamp would appear in the panel field without refreshing the page.

The problem is still here (Getkirby 3.6.6):

Capture d’écran 2022-05-05 à 21.57.34

I am using the following plugin to create a date field instead of title “kirby-plugin-custom-add-fields”

But your date field doesn’t seem to have time set?

exactly, I don’t want to set a time.

How to make hours, minutes and seconds not exist? It seems to be set by default.

even if I activate the time, in any case it takes into account the current time.

This requires removing the time from the url manually

another idea how to limit the number of characters in the url to 10?

Topic :