php: changing date format
Posted
by Syom
on Stack Overflow
See other posts from Stack Overflow
or by Syom
Published on 2010-05-22T15:21:01Z
Indexed on
2010/05/22
15:30 UTC
Read the original article
Hit count: 216
php
i get data from database, in YYYY-mm-dd format, but i want to show just dd.mm (example - i get 2010-05-28, want to show 28.05).
could you help me?
thanks
© Stack Overflow or respective owner