I need to remove time portion of date time or probably have the date in following format in object form not in the form of string.
object
string
I'm surprised no one has mentioned DateTime.Today
var date = DateTime.Today; // {7/1/2014 12:00:00 AM}
See MSDN