local curDate;
date(time(),curDate);
print(curDate.month+"//"+curDate.day+"//"+curDate.year);
I think that standard Sqirrel lib "system" didn't link
QuoteI think that standard Sqirrel lib "system" didn't link
That's right, we haven't enabled squirrel's std lib yet...