0
votes
6answers
2k views
Calculate elapsed time in Java / Groovy
I have...
Date start = new Date()
...
...
...
Date stop = new Date()
I'd like to get the years, months, days, hours, minutes and seconds ellapsed between these two dates.
-- …
0
votes
1answer
443 views
Custom Calculations in a Matrix - Reporting Services 2005
I am writing a report to show gas usage (in gallons) used by each department. The request is to view each month and the gallons used by each department. A column is required to dis …
1
vote
2answers
27 views
Are data-snapshots of line item prices better than calculations in all cases?
I've often seen line_item tables for orders or invoices that copy one or more fields from other tables in order to take a snap-shot of a customer's product order when it was placed …
2
votes
7answers
858 views
What is the best way to calculate Age using Flex?
What is the best way to calculate Age using Flex?
2
votes
3answers
59 views
Statistics Question
Suppose I conduct a survey of 10 people asking whether to rank a movie as 0 to 4 stars. Allowable answers are 0, 1, 2, 3, and 4.
The mean is 2.0 stars.
How do I calculate the ce …
6
votes
2answers
101 views
Representing repetitive dates
Repetitive Dates:
Billing cycles come in a lot of different formats, for example: "the first of the month", "third Friday of the month", or "first weekday on or after 21st day aft …
1
vote
3answers
50 views
How to do the square root in Power Point VBA?
Here is some math code that adds A to B:
Sub math()
A = 23
B = 2
ABSumTotal = A + B
strMsg = "The answer is " & "$" & ABSumTotal & "."
MsgBox strMs …
0
votes
4answers
608 views
How to calculate the IP range when the IP address and the netmask is given?
When a IP-Range is written as aaa.bbb.ccc.ddd/ I need to calculate the first and the last included ip address in this range with C#.
Example:
Input: 192.168.0.1/25
Result: 192.1 …
0
votes
4answers
126 views
Time calculation in php (add 10 hours)?
I get the time:
$today = time();
$date = date('h:i:s A', strtotime($today));
if the current time is "1:00:00 am", how do i add 10 more hours to become 11:00:00 am??
0
votes
2answers
86 views
Problem with JQuery Calculation Plugin
I'm not able to get this to work at all.
Getting not defined for all of the available functions.
Everything is loaded correctly too.
Here is the link to the example.
Thanks,
…
0
votes
1answer
72 views
Horizontal and Vertical complicated Javascript Calculation and Coldfusion
Now the table is being populated with 2 loops and an array. I have to control everything through the classes I put on the input. Been working on this for a while, some insight woul …
1
vote
1answer
186 views
Complicated Javascript Calculation
I've got a fairly large table that needs to have a total on the right side and bottom for daily totals.
I've been able to get the side to total correctly, but not the bottom.
I …
1
vote
2answers
483 views
Currency Mask with Jquery
I'm using the Jquery calculation and have just about everything working properly, but I need the total to display as 99.90, not 99.9 <-- Just an example. Here is a link the for …
2
votes
1answer
295 views
In need of help - - Total of rows and columns of a table
Found the answer. Take a look if you're interested.
Changed my approach to completing this project.
Need to be able to calculate rows to "Total" on the right hand side and the co …
0
votes
1answer
14 views
Average Size of an RSS/Feed file, for Data Storage and Bandwidth Calculation
Hi Folks,
Doing a back of the envelope calculation to determine network bandwidth and data storage needed to monitor approx 10,00,000 feeds every 20 minutes.
Any idea what could …
