I want to enter month and year in the expiration date field. and I used this And input('#card_expDate', "0828")
But it takes the value in the field as 82/80
.. I want it to take it as 08/28
Tried And input('#card_expDate', "08/28")
as well and no luck
Can someone please help me on this?