If i want to get a date value that
is equal to the current date minus
three months, what's the easiest way
to do that?
i see a dateadd in the documentation
but no datesubtract.
thanks,
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10308384.html
I want to know how can I write the function in Javascript that is equivalent to 'DateAdd()' function in VB Script?
I have tried many methods (setDate...getDate...etc) but fails.
Thanks!
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_11203917.html
Zones:
JavaScriptDate Answered: 09/07/2000 Grade: A Views: 0
This one is a minor thing but is driving me up the wall because I cant find the correct syntax.
I have a field on a subform that has its record source set =DateAdd("m",+[lngMntcIntv],[dtmMntcLas...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20594119.html
Zones:
MS AccessDate Answered: 04/23/2003 Grade: A Views: 0
I need to create a function that adds x number of days to a datefield.
i.e. 9/23/2003 + 7 = 9/30/2003
I then need to round the date to the next nearest (future) integer day of the week
i...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20746820.html
Zones:
JavaScriptDate Answered: 11/12/2003 Grade: B Views: 0
Type mismatch: '[string: " Set record = '"]'
I am trying to add this string
dtmTime = objRS("record1")
dtmLater = DateAdd("yyyy",5,dtmTime)
strQ = "Update table"
strQ = strQ & " Set rec...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20748950.htm...
Zones:
ASPDate Answered: 09/25/2003 Grade: A Views: 0
Hi
First of all apologies for asking a question that has been asked before but despite trying I do not seem to be able to access the full answers so need to re-submit it as a new request
I have...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20760608.html
Zones:
JavaScriptDate Answered: 02/09/2004 Grade: A Views: 0
I am using two MaskEditBox's to allow a user to insert the time (HH:MM) that they started a task, and the time that they ended a task. The StartTime may be before midnight and the EndTime may be a...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20760793....
Zones:
VB ControlsDate Answered: 10/08/2003 Grade: B Views: 0
is there a function that add part of date specific value, like DateAdd of Basic ?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20776136.html
Zones:
C++Date Answered: 10/23/2003 Grade: A Views: 12
MS Access:
Hello,
I'm trying to produce a bit of code that inserts all the dates of the year into a table when provoked. Currently it puts the same date in all the fields. Any idea on what ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20784302.html
Zones:
DatabasesDate Answered: 11/03/2003 Grade: A Views: 0
How do I get the DateAdd to return the date in dd/mm/yyyy format?
I am using the following:
' Open Connection to the database
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open xD...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21002423.htm...
Zones:
ASPDate Answered: 05/26/2004 Grade: A Views: 45