simple question:
my package load into excel file, the date column format is like: 9/11/2012,10/11/2012
how can I set data conversion or create excel template by sql, to make the date column format is like: 09/11/2012,10/11/2012.
just add a zero if the month only has one single number.
Thanks