tables icon indicating copy to clipboard operation
tables copied to clipboard

Date field, filtering via the column header, missing information

Open FriedhelmLG opened this issue 7 months ago • 2 comments

Is your feature request related to a problem? Please describe.

In my case, I only tested with a date field. In the table rows, the date is displayed in local format, for example 10. Jan. 2000. With manual filtering via the column header, a date in ISO format (yyyy-mm-dd) is expected.

Describe the solution you'd like

The ISO format is a good approach because it is international and simple. Since data formats can be very diverse, I also tried around a bit until I reached my goal.

So at least there is no indication of the correct format.

Describe alternatives you've considered

We extend the possible formats by the format stored in the settings.

Additional context

No response

FriedhelmLG avatar Nov 26 '23 21:11 FriedhelmLG

We currently use NcDateTimePickerNative which doesn't let us change the display format, from what I see. I think we need to use NcDateTimePicker to enable this.

enjeck avatar Apr 14 '24 12:04 enjeck

Related: https://github.com/nextcloud/tables/issues/905

enjeck avatar Apr 14 '24 13:04 enjeck