I want to know how many dayes in moth by choosing dynamicly month:
F.x. it does not work:
var moth = .......form1.moth.value;
var year=..........form1.year.value;
var objDate= new Date();
var ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_11671498.html
Zones:
JavaScriptDate Answered: 10/31/2000 Rating: 7.0 Views: 0
See programs located below.
I am trying to create an address book.
It's composed of file TESTTWO and
a function Header file "Date.h".
The problem is as follows:
The first time through the ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20105458.html
Zones:
C++Date Answered: 04/14/2001 Rating: 9.2 Views: 0
I have a SP that inserts GETDATE() into a "LastAccess" user column, except that it gives a date AND time stamp. I only need the date stamp...
I tried using DATE(), and this didn't work.
How ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20125235.html
Zones:
MS SQL ServerDate Answered: 12/10/2001 Rating: 7.8 Views: 0
Hi,
Some one told me there was an inbuilt function in borland called getdate() which gets the system date, I do not have the help files installed on my machine so i dont know, but i have been as...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20936985.html
Zones:
C++Date Answered: 03/30/2004 Rating: 8.2 Views: 0
when using an insert statement can i just insert the date using a GETDATE()
my date field is a datetime 8 character field.....
i just want to insert the current date and time into that field...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21000445.html
Zones:
MS SQL ServerDate Answered: 05/24/2004 Rating: 9.2 Views: 0
I need to run a series of audit queries to return counf of people aged between different ages.
e.g
Select * from Table
Where DOB Between GetDate() and 01011960
The problem is that this qu...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21019114.html
Zones:
MS SQL ServerDate Answered: 06/09/2004 Rating: 8.2 Views: 0
Is this possible?
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21157127.html
Zones:
MS SQL ServerDate Answered: 10/05/2004 Rating: 8.8 Views: 0
I will like to take this procedure and excute the output
(from another post)
http://www.experts-exchange.com/Databases/Microsoft_SQL_Server/Q_20857225.html?query=grant+execute&clearTAFilter=true
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21355283.html
Zones:
MS SQL ServerDate Answered: 03/21/2005 Rating: 8.4 Views: 0
HELLO,
I need in an Insert query to insert in a column (datetime) the date.
My little problem, is that I need to ONLY insert this format of date : dd/mm/YYYY
without the time AND without chan...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21580843.html
Zones:
MS SQL ServerDate Answered: 10/01/2005 Rating: 7.4 Views: 0
I've got a dynamic proc that I need to change pretty quickly with a condition. I'm just not sure how to do that in a dynamic procedure. I just need to do this:
If @sourcesrv = 'thisparticularma...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21603481.html
Zones:
MS SQL ServerDate Answered: 10/24/2005 Rating: 6.8 Views: 0