Simple Credit Card Validation Help Needed!
Hi,
I need some help on my J2ME program to check if a credit card number has the right format or not. This does not have to be to any legal industry standard or anything, just a code snippet would do.
Also I have an expiry date field in my program in the format of the month followed by the year i.e. January 2008. How can I do a check to see that this expiry date that the user can choose is a date which is greater or equal to today抯 date? Then to give an error message if the month and year is less than the current month and year?
Thanks in advance,
Harry

