Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Date Time Calculation

Former Member
0 Likes
373

we are using javascript function to post the Values from webpage to a custom table. The data is being stored as

2007-10-3 10:30:49

i need to calculate the time duration between two columns. How is it possible?

Thanks in Advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
338

Hi Musarrat,

U can find the difference using javascript itself.

take that values into a date variables and then find the differnce directly

as a-b or like that

Regards,

Sheron

2 REPLIES 2
Read only

Former Member
0 Likes
339

Hi Musarrat,

U can find the difference using javascript itself.

take that values into a date variables and then find the differnce directly

as a-b or like that

Regards,

Sheron

Read only

0 Likes
338

Hi Sheron,

Thanks for the response.

yeah we can do that.... but we need to store the data first in the SAP table....then we have to display the details from xMII charts based on data from SAP tables.... so javascript doesn't come into picture when displaying of data comes.

I will try to figure out a way where I can put javascript in between SAP and xMII.. Thanks for the suggestion