In My database date format is dd/mm/yyyy and not able to apply between query on that format
1)select * from tbstd_rec where joiningdate between '1/6/2013' and '10/6/2013'
Get all record where 1/6 -10/6 exists either in 2009,2010 record ..Very vast database and not able to edit datetime format ..please help me