PHP: I need a lil help
PHP: I need a lil help
Out of context: Reply #13
- Started
- Last post
- 13 Responses
- mike0
nonono...
put the value as the second argument in the date() function [the first argument being the format string] and make sure to run strtotime() on the value out of the db as it's a string by default. do not start doing regex rpelaces and string manipulations.