Hi peers,,
i am passing oracle time stamp dates to javascript array element.
the problem is i am unable to convert them to standard format :
here is the date format i am getting from Oracle to javascript array :
{ts '2011-03-15 00:00:00'}
and here is what i want to get : 03/15/2011
Any help ?
thanks
i am passing oracle time stamp dates to javascript array element.
the problem is i am unable to convert them to standard format :
here is the date format i am getting from Oracle to javascript array :
{ts '2011-03-15 00:00:00'}
and here is what i want to get : 03/15/2011
Any help ?
thanks
Comment