Constructs a Date from a String. The format of the String depends on the local date format.
Here are some examples:
Date myDate = date.newinstance(2022, 1, 17); System.debug(myDate);
Output: 2022-01-17 00:00:00