xxxxxxxxxx
void main()
{
import std.datetime, std.stdio;
auto d = Clock.currTime();
writefln("%04d/%02d/%02d", d.year, d.month, d.day);
}