Hi Guys how would you split this:
on button click
i get strTime populated, this will read for example "2013-24-02 10:55:00"
then it is displayed in a list content.
i need it to display:
"24/02/2013 10:55"
this is inside a loop which could get hundreds of time stamps, so this needs to be a quick and easy going as possible to stop lagging.
on button click
i get strTime populated, this will read for example "2013-24-02 10:55:00"
then it is displayed in a list content.
i need it to display:
"24/02/2013 10:55"
this is inside a loop which could get hundreds of time stamps, so this needs to be a quick and easy going as possible to stop lagging.