563
Perfect date
(jlai.lu)
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to [email protected]
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
I'm the only one annoyed about DD/MM/YYYY not being a date, but a date "format"?
Not only it's a recycled joke, it doesn't even make sense.
~~DD/MM/YYYY or YYYY-MM-DD are formatting conventions for expressing dates. The date itself is probably converted from some date object anyway, like the Unix Epoch, and can be expressed in any variety of formats.~~
~~Wednesday, June 11, 2025 is a date.
dddd, mmm dd, yyyy
or%A, %B %d, %Y
is a format.~~Edit: I’m pretty sure I misread the comment above.