SQL如何设置约束日期默认格式MM-DD-YYYY

我修改了一个字段日期名称。

My goal to get date update with format MM-DD-YYYY when insert or update records.

In the property, I set datatype = date and on the date value and binding option of this field, how to I set to get the date format MMDDYYYY

If I use (getdate) then I got format YYYYDDMM