Re: format query - Mailing list pgsql-php

From sundaravel
Subject Re: format query
Date
Msg-id 42399779.20200@yahoo.co.in
Whole thread Raw
In response to Re: format query  ("enzo venegas palacios" <enzovenegas@mixmail.com>)
List 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 by date:

Previous
From: "enzo venegas palacios"
Date:
Subject: Re: format query
Next
From: "enzo venegas palacios"
Date:
Subject: Re: format query