Can anyone please help me to convert the date format into specific format.
I want to convert the date in ddMMyyyy format, currently the value is showing as per below.
I was tried some methods like below, but its give me wrong OP.
@nilesh.mahajan, Ideally Convert.ToDateTime(Production_Start_Date).ToString(“ddMMyyyy”) should work. Can you please let me know what are you getting as output. Also, ensure the “Production_Start_Date” variable has proper value like “02/20/2020 00:00:00” (without square bracket).