Re: Date Functionality



ok well that 'Date' work*** function is uh.. known as DateSerial in
the VB world.

I want to add a month to it.
I want to add a day to it.
I want to add a year to it.

I dont see how this Date function can help me.

Like.. uh.. how do i get to the last day of the month.. i want to add a
month and then subtract a day from 4/1 in order to get 4/30.

I just think that these functions should be standardized.. across
EVERYTHING.
SQL SERVER doesnt have a 'DATE' function-- it has a

and in VB DATE() is a totally different function.

If nothing else there should be help in Excel when you lookup 'DateAdd'
it should say 'sorry excel is too retarded to have these standard
functions'.

-Aaron

.


Loading