Up

_scienceDateDayNumber

Retrieve the number of days from the 1st january for any year.

Prototype :

fun [I I I] I

Return : I this number or nil if error

See also :

Example :

fun main ()=
	_showconsole;
	
	_fooId _scienceDateDayNumber 2012 2 14;	// 45
	0;;