Search

August 15
Issues »
...dt =
cast(DateTime)SysTime.fromISOExtString("2024-08-15T08:13:23.000");

    assert(dt.year == 2024...
July 25
Issues »
https://issues.dlang.org/show_bug.cgi?id=18552

feklushkin.denis@gmail.com changed:

           What...
February 10, 2024
Learn »
...you want, but std.datetime doesn't really...take the month or year into account, because...
January 18, 2024
Learn »
...cast(DateTime) curTime;
	auto fmtTime = format("%04d-%02d-%02d %02d:%02d:%02d",
		dt.year, dt...
January 21, 2023
General »
...0,
				appliesOnDate: sidero.base.datetime.calendars.gregorian.GregorianDate(
					---- ignoring ----
					private year_,
					private month_,
					private day...
January 18, 2023
Learn »
...std.datetime.date;

void main()
{
  import std.datetime...const currentYear = date.year;   // Current Year
    const currentMonth...
January 17, 2023
Learn »
...range, std.datetime;
import std.datetime.stopwatch : benchmark, StopWatch;

void draw_months(int year ,int...
January 13, 2023
Genel »
...string;
      date.year.write(" ");      // current year
      mName.cp...import std.array, std.datetime.date;
import std...
January 12, 2023
Genel »
...std.datetime, std.conv : to;
  import std.string : capitalize;

  Range range;
  Date date;
  int year...
January 12, 2023
Learn »
...std.datetime, std.conv : to;
  import std.string : capitalize;

  Range range;
  Date date;
  int year...
« First   ‹ Prev
1 2
Next ›   Last »