Newbies Ron McKinney Posted August 27, 2007 Newbies Posted August 27, 2007 Is there an easy way to parse the text "August 8 2007" to an actual date for processing? I can think of lots of hard ways, but no easy ones.
Søren Dyhr Posted August 27, 2007 Posted August 27, 2007 If you format you result from the calcfield as date could it be done this way: Date ( Position ( "**janfebmaraprmayjunjulaugsepoctnovdec" ; Lower(Left ( theProvidedTextualDate ; 3 )) ; 1 ; 1 )/3 ; MiddleWords ( theProvidedTextualDate ; 2 ; 1 ) ; RightWords ( theProvidedTextualDate ; 1 ) ) --sd
Recommended Posts
This topic is 6297 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