Is it possible to read a string from a text file (i.e. 0502031130) and be able to use that in a date function such as:
$date = date("dmyHi", strtotime('+28 days));
How would I use that string as the date in the above code?
TIA,
Ed
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

