Date formats #157

Closed
opened 2023-05-14 13:06:29 +00:00 by finn_t · 1 comment

I was wondering if it would be possible to have ISO or European date format with the time and padding zeros, e.g. "2023-05-14, 09:04" or "14/05/23, 09:04".
Like this I think(?) 'yyyy-MM-dd, kk:mm' for the ISO one and 'dd/MM/yy, kk:mm' for the European one.

I was wondering if it would be possible to have ISO or European date format with the time and padding zeros, e.g. "2023-05-14, 09:04" or "14/05/23, 09:04". Like this I think(?) 'yyyy-MM-dd, kk:mm' for the ISO one and 'dd/MM/yy, kk:mm' for the European one.

image

Since this already exists for your second example (xx/yy/zz, time) I assume you mean just adding your first example? time after the xx-yy-zz? Or do you mean swapping the day/month? Swapping the day/month was supposed to be automatic based on locale, so that might be a bug or something

![image](/attachments/98679373-fb41-4063-9a68-fa65589673e1) Since this already exists for your second example (xx/yy/zz, time) I assume you mean just adding your first example? time after the xx-yy-zz? Or do you mean swapping the day/month? Swapping the day/month was supposed to be automatic based on locale, so that might be a bug or something
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: brandon.presley/Massive#157
No description provided.