Hi Friends,
When I created javascript with a array
as testing.Value = Array( input_value)
however, input_value only as a string send to javascript function. such string A= "6/6/2005","6/7/2005","6/8/2005","6/9/2005","6/10/2005","6/11/2005","6/12/2005","6/13/2005","6/14/2005"
B = 1,3,5,6.1,7,233,2,1
Do we have any way to convert A string to a date array
and B string to number array for input_value?
Thanks for any help!!
Nice day
Jim
When I created javascript with a array
as testing.Value = Array( input_value)
however, input_value only as a string send to javascript function. such string A= "6/6/2005","6/7/2005","6/8/2005","6/9/2005","6/10/2005","6/11/2005","6/12/2005","6/13/2005","6/14/2005"
B = 1,3,5,6.1,7,233,2,1
Do we have any way to convert A string to a date array
and B string to number array for input_value?
Thanks for any help!!
Nice day
Jim