Advertisement

1 - 10 of 211 containing alltags:("dateadd") (0 seconds)
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, ...
Zones: MS SQL ServerDate Answered: 03/09/2000 Grade: A Views: 0
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!
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...
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...
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...
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...
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...
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 ?
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 ...
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...
Zones: ASPDate Answered: 05/26/2004 Grade: A Views: 45