Dates are wonderful
-
Just complement them with prunes or figs. :-D
"It's true that hard work never killed anyone. But I figure, why take the chance." - Ronald Reagan That's what machines are for. Got a problem? Sleep on it.
Especially ones that are slightly decrepit.
If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein -
or a suppository.
If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert EinsteinA suppository of castor oil? :omg:
The United States invariably does the right thing, after having exhausted every other alternative. -Winston Churchill America is the only country that went from barbarism to decadence without civilization in between. -Oscar Wilde Wow, even the French showed a little more spine than that before they got their sh*t pushed in.[^] -Colin Mullikin
-
A suppository of castor oil? :omg:
The United States invariably does the right thing, after having exhausted every other alternative. -Winston Churchill America is the only country that went from barbarism to decadence without civilization in between. -Oscar Wilde Wow, even the French showed a little more spine than that before they got their sh*t pushed in.[^] -Colin Mullikin
That's a greasy situation...
If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein -
Dates are really wonderful until you get into date-time formats, time-zones and localization and formatted strings
tumbledDown2earth wrote:
Dates are really wonderful until you get into date-time formats, time-zones and localization and formatted strings
As an unformatted Double, it's beauty. It's the localized representations that suck.
Console.WriteLine("Posted on star-date: {0}", DateTime.Now.ToOADate());
Posted on star-date: 41386,8388463889Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
-
tumbledDown2earth wrote:
Dates are really wonderful until you get into date-time formats, time-zones and localization and formatted strings
As an unformatted Double, it's beauty. It's the localized representations that suck.
Console.WriteLine("Posted on star-date: {0}", DateTime.Now.ToOADate());
Posted on star-date: 41386,8388463889Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
-
yyyy/MM/dd hh:mm:ss
That's how I format it.The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Understand how bitwise operators work (C# and VB.NET examples) My group: C# Programmers Group -
Dates are really wonderful until you get into date-time formats, time-zones and localization and formatted strings
That is rather unorthodox approach to dating. It may be a cliché, but why don't you try with something easier, like favorite movie? Instead of favorite date/time format?
-
Dates are really wonderful until you get into date-time formats, time-zones and localization and formatted strings
Previously working with SAS and Windows I had great(not) fun with dates as SAS starts its counting in 1960. So for every SAS data you had to apply a weighting to bring it into line with a Windows generated date. Why can't we just have a star date like Catpain[sic] Kirk has? Signing off star date: -309693.60594241496
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
That's a greasy situation...
If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein -
Dates are really wonderful until you get into date-time formats, time-zones and localization and formatted strings
Until they start talking about there exex, how they hate when a man doesn't leave the seat up, etc... Oh DateTime...never mind!
VS2010/Atmel Studio 6.1 ToDo Manager Extension Some days, it's just not worth chewing through the restraints.
-
Dates are really wonderful until you get into date-time formats, time-zones and localization and formatted strings
So finally there are 3 known kinds of dates (at least in English) ...
-
Dates are really wonderful until you get into date-time formats, time-zones and localization and formatted strings
Or when you have to randomize dates and times to reflect real world scenarios, like a car's time in a parkade.
-
tumbledDown2earth wrote:
Dates are really wonderful until you get into date-time formats, time-zones and localization and formatted strings
As an unformatted Double, it's beauty. It's the localized representations that suck.
Console.WriteLine("Posted on star-date: {0}", DateTime.Now.ToOADate());
Posted on star-date: 41386,8388463889Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]