Libraries
WebHub
ZaphodsMap
TPack
NativeXml
ldiRegEx
htCreditCardDateValid Routine |
Declaration
function htCreditCardDateValid(Value: string): Boolean;
Unit
Description
True/False: expiration date is a valid future month-year
The value which you pass in will be run through the fiarly flexible
htCreditCardDateMMYY function to determine whether it is valid. However, Value is NOT passed by reference here (Value: string), so your calling function will not see any adjustments to Value. If you care about that adjustment of MMYYYY to MMYY, use htCreditCardDateMMYY instead.
Copyright © 1995-2012 HREF Tools Corp. All Rights Reserved Worldwide. This page updated: 03-Jan-2009.
Running DynHelp.exe v1.2.0.9 on WebHub-v2.167 built by d16_win32
Calc time: 47 ms
Running DynHelp.exe v1.2.0.9 on WebHub-v2.167 built by d16_win32
Calc time: 47 ms

