I'm trying to convert a 5 digit number to a constant date: 01/01/1900. With foxbase, the syntax is ctod('01/01/00') + x , where x is the 5 digit, result set is a date.
I'm currently using php and want to do the same, taking that 5 digit and adding it to a date to result in a date. Anyone know if this is possible? Thanks!
I'm currently using php and want to do the same, taking that 5 digit and adding it to a date to result in a date. Anyone know if this is possible? Thanks!