OSDN Git Service

MERGE:リビジョン1717/1718のマージ。mysqldate()を非推奨、i18n::formatted_datetime()を整備
authorsakamocchi <o-takashi@sakamocchi.jp>
Sat, 31 Mar 2012 08:17:06 +0000 (17:17 +0900)
committersakamocchi <o-takashi@sakamocchi.jp>
Sat, 31 Mar 2012 08:17:06 +0000 (17:17 +0900)
commit59a1939ea106ff522227f88ab4971abc241a1813
tree0ab6ac62fee29981649a3284bdb1bd63fbbef2f6
parent8926631f6dc16ee053cde515ac8ab1ae2e63420c
MERGE:リビジョン1717/1718のマージ。mysqldate()を非推奨、i18n::formatted_datetime()を整備

i18n::formatted_datetime()は、PHPのdatetimeサブシステムとCライブラリのstrftimeのどちらをどう使うかを今後実装していく予定。

CHANGE: deprecate mysqldate() and some works for
i18n::formatted_datetime()

Some codes is moved from mysqldate() into i18n::formatted_datetime() for
time and date expression of SQL statement and is deprecated. Users
should use i18n::formatted_datetime() instead of mysqldate() with single
quotation.
nucleus/libs/BLOG.php
nucleus/libs/COMMENT.php
nucleus/libs/ITEM.php
nucleus/libs/i18n.php