Advertisement

1 - 10 of 333 containing alltags:("datediff") (0 seconds)
I want to calculate the days from one day to another day,but it must subtract the holdays such as saturday and sunday. I have known the datediff funtion.
Zones: Visual BasicDate Answered: 03/16/1999 Grade: B Views: 0
I want to calculate and display how many years and months it has been since a certain date. I want code that will say "It has been 2 years 3 months since October 01, 1999." where the "2 years 3 ...
Zones: ASPDate Answered: 01/08/2002 Grade: A Views: 0
Hi, I have developed a script that gives me the difference between todats date(now) and the date i set such as 11/08/02. For example <%=DateDiff("d", "11/08/02", Date) %> What i want to do...
Zones: ASPDate Answered: 10/21/2002 Grade: A Views: 29
okay what might I be doing wrong here. I'm trying to figure out how many months/days/hours/minutes/seconds it has been since the user last visisted the site. But I'm clearly doing something wron...
Zones: ASPDate Answered: 01/21/2003 Grade: A Views: 0
I am coding a booking system using ASP and Access 2000.  At the moment I am working on a report generation feature which brings back totals of the following information grouped by Unit (i.e. accomo...
Zones: DatabasesDate Answered: 01/22/2003 Grade: A Views: 0
I need a SQL to search my DB and show me all records older then 2 days. Table is Helpdesk col 1 = Date Called. Col 2 = Date Dispatched. Show me all records where Date Dispatched is older th...
Zones: MS AccessDate Answered: 06/22/2003 Grade: A Views: 0
Hi, I've got this script which will display the Difference in the times like so: Days, Hours, Minutes But I want it to display the difference like: Days, Hours, Minutes, Seconds Here...
Zones: ColdFusion Application ServerDate Answered: 03/23/2003 Grade: A Views: 0
Here's a sample of my XML. I want to process only records that were inserted in the last 30 days <records>    <record>       <primaryId>12345</primaryId>       <description>blablabla</descrip...
Zones: XMLDate Answered: 06/04/2003 Grade: A Views: 27
Does anybody have a routine that works the way VB's built-in DateDiff works, but that returns a fractional component as well? It's easy enough to calculate the fractional portion of the number...
Zones: Visual BasicDate Answered: 08/31/2003 Grade: A Views: 0
I'm embarrased to ask a question like this but my boss wants  me to learn java by solving this problem I have to write a java program which calculates the number of days elapsed between two inp...
Zones: ProgrammingDate Answered: 09/28/2003 Grade: A Views: 0