Hi, i am very much a oop newbie.
was just wondering how i solve this simple problem...
i need to split a date for example:
12/05/01
by the '/' into an array.
When i include this in a packaged class, when i call the method i cant return the result as an array: val[0]=12,val[1]=05 etc. I only seem to be able to return a single result. I am calling the class from a jsp page by the way.
Any help much appreciated! and the circus leaves town...
was just wondering how i solve this simple problem...
i need to split a date for example:
12/05/01
by the '/' into an array.
When i include this in a packaged class, when i call the method i cant return the result as an array: val[0]=12,val[1]=05 etc. I only seem to be able to return a single result. I am calling the class from a jsp page by the way.
Any help much appreciated! and the circus leaves town...