Notes
Returns the Date component of a Datetime in the local time zone of the context user.
Here are some examples:
DateTime myDateTime = DateTime.newInstance(2006, 3, 16, 12, 6, 13);
Date myDate = myDateTime.date();
System.debug(myDate);
Output: 2006-03-16 00:00:00
Video
Video does not exists.