Hi, I'm trying to update a field from a (poorly) formatted date to a more appropriate date.
+--------+ +----------+
|mov_date| |mov_date |
+--------+ +----------+
|17/11/01| |2001-11-17|
+--------+ +----------+
I have .....I want.
date on the left is DDMMYY, I need to change 5700+ records, all dates are different. whats the easiest way to do the lot?
Thanks in advance ***************************************
Party on, dudes!
+--------+ +----------+
|mov_date| |mov_date |
+--------+ +----------+
|17/11/01| |2001-11-17|
+--------+ +----------+
I have .....I want.
date on the left is DDMMYY, I need to change 5700+ records, all dates are different. whats the easiest way to do the lot?
Thanks in advance ***************************************
Party on, dudes!