I used to be a programmer myself and it’s why there’s a specific default data structure built in to most programming languages to handle dates and internationalization of those dates.
I used to be a programmer myself and it’s why there’s a specific default data structure built in to most programming languages to handle dates and internationalization of those dates.
oo1@lemmings.world 1 week ago
Please someone tell oracle and microsoft.
blackbelt352@lemmy.world 1 week ago
docs.oracle.com/javase/8/docs/api/…/Date.html
learn.microsoft.com/en-us/…/system.datetime?view=…
Looks like someone already did. Been around since at least JDK 1.1
oo1@lemmings.world 1 week ago
They need to be told a fuck of a lot harder then.
blackbelt352@lemmy.world 1 week ago
If you really need a specialized toolset to handle managing dates and times in a program beyond whats already there, then find a library that has the tools you’re looking for or make it yourself if it doesn’t exist. Extending the date class is always an option.