------------------------------
Format_Expr version 1.0
------------------------------
Formats a credit card expiration date, returning it in the form: "MM/YY".
Dates < 1970 or > 2069 will return an error.
You can edit the marked line at the bottom of the function to change output format.
You can edit the marked error_message variable to change the value returned if there's an error.
Accepts dates in the form:
M/Y
M/YY
M/YYYY
MM/Y
MM/YY
MM/YYYY
MY
MMY
MMYY
MYYYY
MMYYYY
"." (period) and "-" may be substituted for "/"
This function does not accept dates in the format "MYY" since there are cases where you cannot distinguish MYY and MMY (112, 102, etc.)
All characters but 1234567890, "/", "-" and "." are ignored.
trendymoniker@gmail.com for bug reports, requests, or questions.
Feel free to distribute and adapt as you wish.
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
The premiere class for Lasso 8 and Lasso Studio with FileMaker Server 7 Advanced, coming soon to a city near you. Click
here.
Custom Function Authors:
Link to all of your own custom functions on this site with the following URL:
http://www.briandunning.com/filemaker-custom-functions/results.php?author=Your
Name Here