Hi,
I have a Date field and DateTime filed as string variables.
Now i want to customize their formats as like given below.
Ex-1: 20091024
if i specify the seperator as '/' then 2009/10/24
'-' Then 2009-10-24
Ex-2: 200910241011012
if i specify the seperator as '/,:' then 2009/10/24 10:11:12
'-,:' then 2009-10-24 10:11:12
Can any one suggest is there any methods to achive this ??
Thank you very much in advance