today Function

Retrieves the current date on the system.


date today()

The current date.

static void todayExample(Args _arg)
{
    date d;
    ;
    d = today();
    print "Today's date is " + date2Str(d, 0, 2, -1, 2, -1, 4);
    pause;
}

Community Additions

ADD
Show: