|
PHP+MySQL=ДАТА?
|
|||
---|---|---|---|
#18+
в MySQL дата(если поле имеет тип data) хранится в виде Y-m-d, как средствами PHP ее преодразовать в d.m.y? ... |
|||
:
Нравится:
Не нравится:
|
|||
26.03.2003, 13:24 |
|
PHP+MySQL=ДАТА?
|
|||
---|---|---|---|
#18+
Начни с чтения мануала по MySQL, тебя интересует функция date_format. ... |
|||
:
Нравится:
Не нравится:
|
|||
26.03.2003, 13:50 |
|
PHP+MySQL=ДАТА?
|
|||
---|---|---|---|
#18+
Описание mySQL настолько скудное, что я так и не понял каким образом ее использовать, мог ли бы Вы мне пояснить каким образом ее использовать? ... |
|||
:
Нравится:
Не нравится:
|
|||
26.03.2003, 14:38 |
|
PHP+MySQL=ДАТА?
|
|||
---|---|---|---|
#18+
не знаю начет скудности, но вот тут все оченть хорошо описано. Выдержка, без форматирования текста: DATE_FORMAT(date,format) Formats the date value according to the format string. The following specifiers may be used in the format string: Specifier Description %M Month name (January..December) %W Weekday name (Sunday..Saturday) %D Day of the month with English suffix (0th, 1st, 2nd, 3rd, etc.) %Y Year, numeric, 4 digits %y Year, numeric, 2 digits %X Year for the week where Sunday is the first day of the week, numeric, 4 digits, used with '%V' %x Year for the week, where Monday is the first day of the week, numeric, 4 digits, used with '%v' %a Abbreviated weekday name (Sun..Sat) %d Day of the month, numeric (00..31) %e Day of the month, numeric (0..31) %m Month, numeric (00..12) %c Month, numeric (0..12) %b Abbreviated month name (Jan..Dec) %j Day of year (001..366) %H Hour (00..23) %k Hour (0..23) %h Hour (01..12) %I Hour (01..12) %l Hour (1..12) %i Minutes, numeric (00..59) %r Time, 12-hour (hh:mm:ss [AP]M) %T Time, 24-hour (hh:mm:ss) %S Seconds (00..59) %s Seconds (00..59) %p AM or PM %w Day of the week (0=Sunday..6=Saturday) %U Week (00..53), where Sunday is the first day of the week %u Week (00..53), where Monday is the first day of the week %V Week (01..53), where Sunday is the first day of the week. Used with '%X' %v Week (01..53), where Monday is the first day of the week. Used with '%x' %% A literal `%'. All other characters are just copied to the result without interpretation: mysql> SELECT DATE_FORMAT('1997-10-04 22:23:00', '%W %M %Y'); -> 'Saturday October 1997' mysql> SELECT DATE_FORMAT('1997-10-04 22:23:00', '%H:%i:%s'); -> '22:23:00' mysql> SELECT DATE_FORMAT('1997-10-04 22:23:00', '%D %y %a %d %m %b %j'); -> '4th 97 Sat 04 10 Oct 277' mysql> SELECT DATE_FORMAT('1997-10-04 22:23:00', '%H %k %I %r %T %S %w'); -> '22 22 10 10:23:00 PM 22:23:00 00 6' mysql> SELECT DATE_FORMAT('1999-01-01', '%X %V'); -> '1998 52' As of MySQL Version 3.23, the `%' character is required before format specifier characters. In earlier versions of MySQL, `%' was optional. The reason the ranges for the month and day specifiers begin with zero is that MySQL allows incomplete dates such as '2004-00-00' to be stored as of MySQL 3.23. ... |
|||
:
Нравится:
Не нравится:
|
|||
26.03.2003, 15:00 |
|
PHP+MySQL=ДАТА?
|
|||
---|---|---|---|
#18+
Я это уже читал.... Как мне в моем случае использовать функцию date_format? А случай у меня такой: Код: plaintext 1. 2. 3. 4. 5. 6. 7. 8. 9.
Так вот, дата хранится в news_date в формате Y-m-d как: 1. Либо сконвертировать формат типа date 2. Либо конвертировать дату при выборке(я так понимаю что сдесь, как Вы намекали, надо использовать date_format) - здесь мне нужна помощь в написании запроса. ... |
|||
:
Нравится:
Не нравится:
|
|||
26.03.2003, 15:26 |
|
PHP+MySQL=ДАТА?
|
|||
---|---|---|---|
#18+
2Andrey Chesnokov, на всякий случай на русском Совет: Прикладывайте немного больше усилий... Код: plaintext 1.
... |
|||
:
Нравится:
Не нравится:
|
|||
26.03.2003, 15:30 |
|
PHP+MySQL=ДАТА?
|
|||
---|---|---|---|
#18+
2mahoune: Прикольно, но все-же до этого можно было и самому додуматься (я не про тебя)... Ну, в смысле, если читать мануал по МуСе, то читать с умом. ... |
|||
:
Нравится:
Не нравится:
|
|||
27.03.2003, 03:04 |
|
PHP+MySQL=ДАТА?
|
|||
---|---|---|---|
#18+
2ScableR, дело говоришь! Но я так устал учителем выступать уже. Особенно когда сами нехоят узнавать что-то новой. А насильно не запомнят... Надоело извращаться, надеясь, что хоть как-то сами зайдут - посмотрят! ... |
|||
:
Нравится:
Не нравится:
|
|||
28.03.2003, 11:07 |
|
|
start [/forum/topic.php?fid=23&msg=32127439&tid=1480644]: |
0ms |
get settings: |
8ms |
get forum list: |
15ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
160ms |
get topic data: |
13ms |
get forum data: |
3ms |
get page messages: |
50ms |
get tp. blocked users: |
1ms |
others: | 238ms |
total: | 496ms |
0 / 0 |