Closed jefferyto closed 10 years ago
date("m") and date("d") includes a leading zero when necessary (e.g. "01"). While I don't think these are causing any problems now, it's probably better to switch to values without the leading zero.
date("m")
date("d")
date("m")
anddate("d")
includes a leading zero when necessary (e.g. "01"). While I don't think these are causing any problems now, it's probably better to switch to values without the leading zero.