Hi:
I've two tables. One of the table contains date (mm/dd/yyyy) as below:
EVENTDATE |
8/8/2013 |
8/9/2013 |
8/14/2013 |
Another table contains date (dd/mm/yyyy) as below:
TDATE |
5/8/2013 |
6/8/2013 |
14/8/2013 |
I need to join this two tables using date field and get values. How can I make the date fields of both the tables similar, so that I can join? Can anyone help?
Thanks/Tanvir