Search

March 22, 2023
Learn »
...02d %02d:%02d:%02d";
    writefln(pattern, now.year, now.month, now.day, now.hour, now...
February 27, 2023
Announce »
...cgi?id=22059) last year, so if anyone...discussion to a later date.

Aside from that...
February 20, 2023
Announce »
...months into the new year, I'm becoming...handy at a later date. So thanks to...
February 09, 2023
Announce »
...time DConf presenters last year (myself included), several...submission deadline and the date we'll announce...
January 18, 2023
Learn »
...popFront()
  {
    date.roll!"months"(1);
  }

  string toString() const
  {
    const currentYear = date.year;   // Current Year
    const...
January 17, 2023
Learn »
...string(Date(1899,1,i).dayOfWeek)[0..2], " ");
    }

    int c = DW[to!string(Date(year...
January 15, 2023
Learn »
...date.year = cast(short)Tarih.YIL;
  date.year.writeln(" in Turkish format");

  assert(date["year...
January 13, 2023
Genel »
...6))
    {
      const mName = date.month.to!string;
      date.year.write(" ");      // current year
      mName.cp.writefln...
January 12, 2023
Genel »
...int year, int month)
  {
    this.month = month;
    this.year = year;
    this.date = Date(year, month...
January 12, 2023
Learn »
...int year, int month)
  {
    this.month = month;
    this.year = year;
    this.date = Date(year, month...
1 2 3
Next ›   Last »