SQL DateTime Functions

GetDate()

select GetDate()

insert into table(date)
values(GetDate())
Shy Seal