Remove leading zeros from abbreviated date with PHP
Posted
by j-man86
on Stack Overflow
See other posts from Stack Overflow
or by j-man86
Published on 2010-03-19T19:41:18Z
Indexed on
2010/03/19
19:41 UTC
Read the original article
Hit count: 239
Hello,
I was wondering if there is a way, using PHP, to change this date format: 01.08.86 (January 8, 1986) to this format: 1.8.86.
© Stack Overflow or respective owner