How to get current date,week starting date,month starting date in DD/MM/YYYY in Datetime format?

Hi,
I need the output in datetime but not in string format

@raghuramk I don’t think that’s possible, String format is Possible though :sweat_smile:

Not sure what exactly is the requirement, but may be you can try use Convert.ToDateTime

1 Like