Can't change DateTime's format
I'm unable to make the admin ui display date and time in a format other than h:mm A do MMMM yyyy xxx. The following code is from the docs and it can be used to reproduce the issue.
const { DateTime } = require('@keystonejs/fields');
keystone.createList('User', {
fields: {
lastOnline: {
type: DateTime,
format: 'MM/DD/YYYY h:mm A',
yearRangeFrom: 1901,
yearRangeTo: 2018,
yearPickerType: 'auto',
},
},
});
It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :)
It looks like this feature is still broken.
It seems to be an important bug with basic needs. I hope you guys can solve it quickly.