Justin Brandt Posted November 1, 2004 Posted November 1, 2004 I am importing a date field to FMP7 from excel with the format 19950401 (for April 1, 1995). Is there a calculation that can convert this format to, say, 01-Apr-1995, or any other of the pre-set date formats? Thank you in adavnce, Justin
-Queue- Posted November 1, 2004 Posted November 1, 2004 Import to a text field, then loop or run a Replace on your found set to set your date field with Date( Middle( textfield; 5; 2 ); Right( textfield; 2 ); Left( textfield; 4 ) ) You can then format your date field on a layout using any of the available options under Format -> Date (in Layout Mode).
Recommended Posts
This topic is 7678 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