PHP regex extract date
Posted
by apis17
on Stack Overflow
See other posts from Stack Overflow
or by apis17
Published on 2010-04-29T08:29:07Z
Indexed on
2010/04/29
9:07 UTC
Read the original article
Hit count: 388
i have $date
variable 2009-04-29
which is Y-m-d
anybody can give idea how to extract into $d
, $m
, $y
using simplest method as possible?
regex is preferable.
any more suggestion with simple method will be chosen. :)
© Stack Overflow or respective owner