I want to extract Date data from excel cell written “yyyy/mm/dd” without slash"/". Please kindly tell me how to do.
Regards
I want to extract Date data from excel cell written “yyyy/mm/dd” without slash"/". Please kindly tell me how to do.
Regards
strDate.Replace(“/”,string.Empty)
vvaidya, thank you for the quick answer! I will try soon.