@@DATEFIRST#

Returns the current value, for a session, of SET DATEFIRST.

Syntax#

@@DATEFIRST

Return types#

tinyint

Example#

SET LANGUAGE us_english;

SELECT @@DATEFIRST;

See Also#