Hi there,
I am taking credit card details and I am taking the expiration date in two form field, one for the expiration month and one for the expiration year, I am wanting to store the expiration date as timestamp. Will strtotime("05/2010")
create a time stamp or do I need to pass a day as well or is there an alternative?
Thanks