Alexander Netkachev wrote:
Hi!
I'm learning the date formatting and parsing functions in PHP and see
that there are no locale-aware date parsing function (strptime) that is
a pair for strftime.
Are there reasons to not implement it? Is a patch welcome?
Short question: is it available on all our m
Hi!
I'm learning the date formatting and parsing functions in PHP and see
that there are no locale-aware date parsing function (strptime) that is
a pair for strftime.
Are there reasons to not implement it? Is a patch welcome?
Some info about it is here: http://www.google.com/search?q=strptime
an