The key word here is ‘format’. SQL users the underlying value ( what it is) not the formatted value (what you see), which is why you should never format fields at the table level.
Dates are actually stored as a form of double number, the part before the decimal point is the number of days since...