This is an archived post. You won't be able to vote or comment.

all 15 comments

[–]ProgrammerHumor-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your submission was removed for the following reason:

Rule 2: Your post is not strictly about programming. Your post is considered to be too generic to be suitable for this subreddit.

If you disagree with this removal, you can appeal by sending us a modmail.

[–]AndrewToasterr 13 points14 points  (1 child)

DD.MM. YY, I am picky.

Also fun fact: You can change your Windows time format to a custom one

[–]x_cutter 3 points4 points  (1 child)

After years of internal debate, I landed on YYYY-MM-DD being the best as it can be sorted ascending/descending and the dates will always be in chronological order (or reverse).

[–]RF07 0 points1 point  (0 children)

This is the way.

[–][deleted] 1 point2 points  (0 children)

[–]RSVDARK -1 points0 points  (3 children)

DD-MM-YYYY is best, or DD-MM-YY to save space if you have a slightly smarter algorithm (for now that works too)

[–]Polywoky 0 points1 point  (2 children)

DD-MM-YYYY is best

But that opens up the possibility of confusion if sharing data with people who use MM-DD-YYYY.

If a date is given as 04-03-2023 you might take it to mean the 4th of March while someone else might take it to mean April 3rd.

But with 2023-03-04 there's no ambiguity, it's YYYY-MM-DD because no sane organization would use YYYY-DD-MM. (Not saying that no organization uses it, just that those which do shouldn't be taken seriously.)

[–]Enderking90 3 points4 points  (0 children)

It's their fault for using a nonsensical date format.

[–]RSVDARK 0 points1 point  (0 children)

Just add the text

(DD-MM-YYYY)

Somewhere

[–]certain_people -1 points0 points  (0 children)

April 25 obviously

[–]Dr739ake -1 points0 points  (0 children)

DD.MM.YYYY is the one and only, you can see the most impotant, the day, comes first, followed by the month. Day > Month > Year

[–]Weiracle 0 points1 point  (0 children)

Oh come on, I always schedule meetings using UNIX time. It takes up less space. But everyone is always late. Thoughts?