Simple problem, perhaps with a simple solution. I am calling a date string from an XML document which gives me the following output (for example):
2011-01-12 08:35
I want to display just the month and the day (the 01-12) section. Basically, how can I extract just those numbers and then convert the hyphen (-) to a slash (/)?
thanks in advance...



Reply With Quote

Bookmarks