I have a SQL query in which I will be passing dd/mm/yyyy but the SQL query requires mm/dd/yyyy.
dd/mm/yyyy
mm/dd/yyyy
How can I enable this query to take d
d
Refer to the DateTime Formating for this purpose, by providing certain parameters we can format the date into required format.