The date of this day

Property definitions

date $ Date :: today
	# The date of this day
	init today do
		var tm = new Tm.localtime
		init(1900 + tm.year, tm.mon + 1, tm.mday)
	end
lib/date/date.nit:102,2--106,4