Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PHP] Date format

0 views
Skip to first unread message

Robert Ludvik

unread,
Dec 10, 2000, 5:19:53 PM12/10/00
to
hi
i have a problem with date format. in Postgres i can set it to European and can
see it that way (dd-mm-yyyy) but how can i arrange that in PHP?? i've looked in
PHP manual under Date and Time Func. and php.ini but i haven't got anything
usefull.
thnx robert

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general...@lists.php.net
For additional commands, e-mail: php-gene...@lists.php.net
To contact the list administrators, e-mail: php-lis...@lists.php.net

Joe Stump

unread,
Dec 10, 2000, 5:34:33 PM12/10/00
to
$date = date("d-m-Y");

http://www.php.net/date

--Joe

---
Joe Stump
PHP Programmer
www.Care2.com

0 new messages