Get the current DateTime

Property definitions

date $ DateTime :: now
	# Get the current `DateTime`
	init now
	do
		super
		today
	end
lib/date/date.nit:166,2--171,4