bens Posted February 8, 2007 Posted February 8, 2007 I have imported data in to a text field in the format: 2006.09.29 The format should be: 29/09/2006 Does anyone know how i change it ? it's 120000 records.
IdealData Posted February 8, 2007 Posted February 8, 2007 Use the Replace field contents with the following calculation Middle ( TextDate ; 9 ; 2 ) & "/" & Middle ( TextDate ; 6 ; 2 ) & "/" & Middle ( TextDate ; 1 ; 4 ) This assumes that years are 4 digits, months are 2 digits and days are 2 digits.
Recommended Posts
This topic is 6498 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now