C
c_shah
I have a string in this format 100106 what is the most efficient way
to convert it to a date like 10/01/2006 thanks.
to convert it to a date like 10/01/2006 thanks.
c_shah said:I have a string in this format 100106 what is the most efficient way
to convert it to a date like 10/01/2006 thanks.
I would never advice that especially when I don't know if it has to be 10Take a look at 'Date.ParseExact'.
--
Cor said:I would never advice that especially when I don't know if it has to be 10
januari 2006 or october 1 2006.
The CDate would be the nearest for me as xamman already wrote,
Cor
Cor Ligthert said:I would never advice that especially when I don't know if it has to be 10
januari 2006 or october 1 2006.