GetDate SQL Function The GetDate() function takes zero (0) argument and returns local system datetime. /* Following will output Todays current date */ SELECT GetDate() ;