biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.81k stars 1k forks source link

Edit Domain interpret as time: add more dd-mm options #6841

Open wvdvegte opened 3 months ago

wvdvegte commented 3 months ago

What's your use case?

image

Currently, manual options for conversion of text to date-time include some options with the month before the day and others with the day before the month. Some options with day before month that are popular in certain European countries are missing, e.g. 25-11-2025 00:00:00 and with "/" or "." instead of "-" as well as yy instead of yyyy are missing

What's your proposed solution? Add the missing options to the drop-down menu

Are there any alternative solutions? The alternative would be to apply string manipulations using Formula before Edit Domain

janezd commented 2 months ago

Idea: we can add an option "Custom", let the user specify the format (and then remove half of options below).

wvdvegte commented 2 months ago

Yes, that would even be better!