Hi,
I have one table with the field of "Date1" of varchar type.
I want to get all the records those are date and also in dd/mm/yyyy format.
I am trying with following query.
select ISDATE(Date1) from Table_1
but it gives only the record which is in the formate of mm/dd/yyyy.but I want to check
the field with dd/mm/yyyy.