Advertisement

1 - 10 of 158 containing alltags:("getdate") (0 seconds)
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 ...
Zones: JavaScriptDate Answered: 10/31/2000 Grade: A 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 ...
Zones: C++Date Answered: 04/14/2001 Grade: A 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 ...
Zones: MS SQL ServerDate Answered: 12/10/2001 Grade: A 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...
Zones: C++Date Answered: 03/30/2004 Grade: B 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...
Zones: MS SQL ServerDate Answered: 05/24/2004 Grade: A 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...
Zones: MS SQL ServerDate Answered: 06/09/2004 Grade: A Views: 0
Im new to SQL/c#.  Here is what I'm trying to do. strSQL = "INSERT t_customers VALUES (" +                               PrepareStr(txt_first_name.Text) + "," +                               PrepareStr(txt_last_name.Text) + "," +                               Prepa...
Zones: C#Date Answered: 08/04/2004 Grade: A 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 ...
Zones: MS SQL ServerDate Answered: 03/21/2005 Grade: B 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...
Zones: MS SQL ServerDate Answered: 10/01/2005 Grade: A Views: 0