TextFindDateValues ( TextToSearch ; ValuesFound )
Returns a Value List of Dates Found in a String.
Average rating: 4.9 (24 votes) Log in to vote
Hal Gumbert - Show more from this author
CampSoftware http://www.campsoftware.com |
Input 2: TextFindDateValues ( "1/5/2012 Get gift for Hal for his birthday on 1/7/2012." ; "" )
Output 2: "1/5/2012¶1/7/2012"
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
TextFindDateValues ( TextToSearch ; ValuesFound )
Hal Gumbert, CampSoftware.com
Returns a Value List of Dates Found in a String.
Parameters:
TextToSearch = the text to search
ValuesFound = used to track found values
Return Value:
A Value List of Found Values
Input: TextFindDateValues ( "1/7/2012 7am Breakfast at Tiffany's; Meet outside." ; "" )
Output: "1/7/2012"
Input: TextFindDateValues ( "1/5/2012 Get gift for Hal for his birthday on 1/7/2012." ; "" )
Output: "1/5/2012¶1/7/2012"
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.