php strtotime() some help

Posted by sea_1987 on Stack Overflow See other posts from Stack Overflow or by sea_1987
Published on 2010-05-13T10:56:15Z Indexed on 2010/05/13 11:04 UTC
Read the original article Hit count: 152

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

© Stack Overflow or respective owner

Related posts about php

Related posts about timestamp