Navigation
Synopsis Create a new date.
Function datetime createDate(int year, int month, int day)
Usage import DateTime;
Examples
rascal>import DateTime;
ok
rascal>createDate(2012,1,1);
datetime: 2012-01-01
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.