Say i have these XML tag
How do i exactly format the date since i am getting three different attributes (day, month and year) from the server......Code:<book published="New York">
<date day="12" month="1" year="2005" />
</book>
Say i want the format to be "DD/MM/YYYY"...
I want the format date to be displayed in the listbox...
Does anyone have any idea to combined all three attributes and format instead of format directly the date as a whole....
Thanks
