August 15 Issues » [Issue 24704] DateTime.fromISOExtString Does Not Support ISO8601 Time Unit Fractions | |||
|---|---|---|---|
| |||
...dt =
cast(DateTime)SysTime.fromISOExtString("2024-08-15T08:13:23.000");
assert(dt.year == 2024... | |||
July 25 Issues » [Issue 18552] std.datetime.date.Date strips year int argument to short | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=18552
feklushkin.denis@gmail.com changed:
What... | |||
February 10, 2024 Learn » Re: The difference between the dates in years | |||
|---|---|---|---|
| |||
...you want, but std.datetime doesn't really...take the month or year into account, because... | |||
January 18, 2024 Learn » Re: Datetime format? | |||
|---|---|---|---|
| |||
...cast(DateTime) curTime;
auto fmtTime = format("%04d-%02d-%02d %02d:%02d:%02d",
dt.year, dt... | |||
January 21, 2023 General » Re: Why are you using `std.traits.fullyQualifiedName`? | |||
|---|---|---|---|
| |||
...0, appliesOnDate: sidero.base.datetime.calendars.gregorian.GregorianDate( ---- ignoring ---- private year_, private month_, private day... | |||
January 18, 2023 Learn » Re: Coding Challenges - Dlang or Generic | |||
|---|---|---|---|
| |||
...std.datetime.date;
void main()
{
import std.datetime...const currentYear = date.year; // Current Year
const currentMonth... | |||
January 17, 2023 Learn » Re: Coding Challenges - Dlang or Generic | |||
|---|---|---|---|
| |||
...range, std.datetime; import std.datetime.stopwatch : benchmark, StopWatch; void draw_months(int year ,int... | |||
January 13, 2023 Genel » Re: Aralık Döndüren Takvim Uygulaması | |||
|---|---|---|---|
| |||
...string;
date.year.write(" "); // current year
mName.cp...import std.array, std.datetime.date;
import std... | |||
January 12, 2023 Genel » Aralık Döndüren Takvim Uygulaması | |||
|---|---|---|---|
| |||
...std.datetime, std.conv : to; import std.string : capitalize; Range range; Date date; int year... | |||
January 12, 2023 Learn » Re: Coding Challenges - Dlang or Generic | |||
|---|---|---|---|
| |||
...std.datetime, std.conv : to; import std.string : capitalize; Range range; Date date; int year... | |||
Copyright © 1999-2021 by the D Language Foundation