Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to display date fields in the result query in the language format of the user's database without utilizing Convert or Format in SQL. The default date format of SQL Server is based on the language of the system, and it does not automatically adjust to the language of the user's database. Therefore, Convert or Format functions are necessary to achieve this requirement.