January 18, 2015 General » Re: [unittest] constness | |||
|---|---|---|---|
| |||
...year = 1999)); static assert(!__traits(compiles, idate.year...std.datetime has tests like this for that... | |||
January 02, 2015 Learn » Re: getting current DateTime | |||
|---|---|---|---|
| |||
...the date and time (year, month, etc.) efficiently, because converting to DateTime calculates that information... | |||
December 02, 2014 Learn » Re: Adding days to std.datetime.Date | |||
|---|---|---|---|
| |||
...How many days in a year? Answer: depends on the year. But days are NOT... | |||
November 14, 2014 General » Re: Microsoft now giving away VS 2013 | |||
|---|---|---|---|
| |||
...x86, except for std.datetime: http://wiki.dlang...support too, early this year: http://forum.dlang... | |||
August 29, 2014 General » Why does formattedRead take a non-const ref? | |||
|---|---|---|---|
| |||
...day, year;
enforce(3 == formattedRead(date, "%d/%d/%d", &month, &day, &year));
return DateTime(year... | |||
July 14, 2014 Learn » Re: Setting dates | |||
|---|---|---|---|
| |||
...ubyte, date.month returns std.datetime.Month, and date.year returns ushort, all of which... | |||
July 11, 2014 Learn » Setting dates | |||
|---|---|---|---|
| |||
...std.datetime; auto date = cast(DateTime)Clock.currTime(); setDate(date.day, date.month, date.year... | |||
June 10, 2014 Issues » [Issue 12886] New: std.datetime cannot parse HTTP date | |||
|---|---|---|---|
| |||
...ID: 12886
Summary: std.datetime cannot parse HTTP...month 2DIGIT ; day month year
; e.g. 20... | |||
April 27, 2014 Issues » [Issue 12665] New: Cannot create enum of struct within the struct, if the struct has a constructor ("cannot create a struct until its size is determined") | |||
|---|---|---|---|
| |||
...YEAR = DateInterval(365); } ---------- C:\Users\Stewart\Documents\Programming\D\Tests\bugs>dmd datetime.d datetime... | |||
February 08, 2014 General » Re: List of Phobos functions that allocate memory? | |||
|---|---|---|---|
| |||
...for 'throw' in std.datetime shows that every...dates prior to the year 1601."); There is... | |||
Copyright © 1999-2021 by the D Language Foundation