HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file time.DateTime by barry
expand copy to clipboardexpand
/*
{ "description" : "A simple data type to describe a date and time, typically using a Gregorian calendar system."}
*/

data DateTime{
	int2 year
	byte month
	byte day
	byte hour
	byte minute
	byte second
	int2 millisecond
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n time.DateTime -m "reason for update" -u yourUsername
Version 2 by barry
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation