March 22, 2023 Learn » Re: Formatted date | |||
|---|---|---|---|
| |||
...02d %02d:%02d:%02d";
writefln(pattern, now.year, now.month, now.day, now.hour, now... | |||
February 27, 2023 Announce » D Language Foundation February 2023 Monthly Meeting | |||
|---|---|---|---|
| |||
...cgi?id=22059) last year, so if anyone...discussion to a later date. Aside from that... | |||
February 20, 2023 Announce » 2023: Focusing on stability, GitHub Sponsors, and Frozen DIPs | |||
|---|---|---|---|
| |||
...months into the new year, I'm becoming...handy at a later date. So thanks to... | |||
February 09, 2023 Announce » DConf '23 in London -- Start thinking about your talks! | |||
|---|---|---|---|
| |||
...time DConf presenters last year (myself included), several...submission deadline and the date we'll announce... | |||
January 18, 2023 Learn » Re: Coding Challenges - Dlang or Generic | |||
|---|---|---|---|
| |||
...popFront()
{
date.roll!"months"(1);
}
string toString() const
{
const currentYear = date.year; // Current Year
const... | |||
January 17, 2023 Learn » Re: Coding Challenges - Dlang or Generic | |||
|---|---|---|---|
| |||
...string(Date(1899,1,i).dayOfWeek)[0..2], " ");
}
int c = DW[to!string(Date(year... | |||
January 15, 2023 Learn » Re: Mixin helper help | |||
|---|---|---|---|
| |||
...date.year = cast(short)Tarih.YIL;
date.year.writeln(" in Turkish format");
assert(date["year... | |||
January 13, 2023 Genel » Re: Aralık Döndüren Takvim Uygulaması | |||
|---|---|---|---|
| |||
...6))
{
const mName = date.month.to!string;
date.year.write(" "); // current year
mName.cp.writefln... | |||
January 12, 2023 Genel » Aralık Döndüren Takvim Uygulaması | |||
|---|---|---|---|
| |||
...int year, int month)
{
this.month = month;
this.year = year;
this.date = Date(year, month... | |||
January 12, 2023 Learn » Re: Coding Challenges - Dlang or Generic | |||
|---|---|---|---|
| |||
...int year, int month)
{
this.month = month;
this.year = year;
this.date = Date(year, month... | |||
Copyright © 1999-2021 by the D Language Foundation