macos_ui icon indicating copy to clipboard operation
macos_ui copied to clipboard

TimePicker localisation

Open rklos opened this issue 2 years ago • 1 comments

Use case

I want to create an app in my native language. In my language we use the 24-hour format (without the AM/PM suffix), It would be nice to change the time format in TimePicker.

Proposal

I have no idea how to do it in case of the graphical picker (the clock), but the textual picker can look like this: CleanShot 2023-07-04 at 19 29 28

API can be done like the date formatting in DatePicker (https://github.com/macosui/macos_ui/pull/415)

rklos avatar Jul 04 '23 17:07 rklos

I have no idea how to do it in case of the graphical picker (the clock), but the textual picker can look like this:

I don't think this would apply to the graphical picker, only the textual.

GroovinChip avatar Jul 04 '23 17:07 GroovinChip