I need to prepare a data file in which there is a condition :
All date values need to be in the YEAR MONTH DAY order – the year is represented as a 4 digit number followed by the month as a two digit number followed by the day as a two digit number. These values need to be zero padded; i.e. a sign le value is prefixed with a zero (April, 7th, 2010 is represented as 20100407)
say if pt_added = 04/07/10
then as per the above format how can we use progress(I mean the code to get this done)
ideas accepted
All date values need to be in the YEAR MONTH DAY order – the year is represented as a 4 digit number followed by the month as a two digit number followed by the day as a two digit number. These values need to be zero padded; i.e. a sign le value is prefixed with a zero (April, 7th, 2010 is represented as 20100407)
say if pt_added = 04/07/10
then as per the above format how can we use progress(I mean the code to get this done)
ideas accepted
