I am using asp.net and vb.net (code behind) to fetch some data from a web service.
While fetching the data I am unable to format it.
I tried this:
label_date.test = trim(arData(25))
Which gives the output as : 01012012
I would like the output as : 01/01/2012