‎2007 Oct 03 10:13 AM
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
‎2007 Oct 03 10:20 AM
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
‎2007 Oct 03 10:20 AM
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
‎2007 Oct 03 10:32 AM
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