Set a date in forma MM-yyyy

I have…

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [ ] Bug report
  • [ ] Performance issue
  • [ ] Documentation issue or request

Current behavior

Inside a schema I created a date field with date editor (not datetime).
I would like it to be possible to set only the month and year from the interface and I have entered MM-yyyy as a pattern.

However, from the interface the datePicker also displays the day and if I look at the content inspector I see yyyy-MM-ddT00:00:00Z

Thanks,
Federica

Environment

App Name:

  • [X ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [ ] Cloud version

Version: [7.3]

Browser:

  • [X ] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

You have to use a string field for that with a custom editor.