Re: format query

Поиск
Список
Период
Сортировка
От sundaravel
Тема Re: format query
Дата
Msg-id 42399779.20200@yahoo.co.in
обсуждение исходный текст
Ответ на Re: format query  ("enzo venegas palacios" <enzovenegas@mixmail.com>)
Список pgsql-php
enzo venegas palacios wrote:

>I need to prove to be alone the date and not the hour of a table with format
>timestamp.
>
>please.
>
>
>enzo
>---------------------------------------------------------
>Redecora tu móvil. Redecora tu vida. ¿Por qué no? Con http://logos.ya.com es posible
>ADSL + Llamadas 24 horas: desde 28,95 €/mes + IVA. Navega y habla de forma ilimitada. Sin compromiso de permanencia.
http://acceso.ya.com/ADSLllamadas/
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
>
>
y u can try like this..

$arrDate = getdate();
$current_timestamp = $arrDate[0];

echo $current_timestamp;

// Output
1111070429

-S Sunder




В списке pgsql-php по дате отправления:

Предыдущее
От: "enzo venegas palacios"
Дата:
Сообщение: Re: format query
Следующее
От: "enzo venegas palacios"
Дата:
Сообщение: Re: format query