Hi I was wondering if there is any jquery function around which can take this dateTime "2010-10-18 10:06" and convert and split it returning "2010/10/18" and "10:06".
It would be also nice ...
We've got a problem where jquery is giving us an "E.split is not a function" error when we try to attach a date as data to a DOM object.
We are creating ...