dbTalk Databases Forums  

Getting time from date field

comp.databases.postgresql.general comp.databases.postgresql.general


Discuss Getting time from date field in the comp.databases.postgresql.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Alejandro Javier Pomeraniec
 
Posts: n/a

Default Getting time from date field - 11-05-2003 , 11:12 AM






Hi !

Is there any way to get the time like the following example ?

'2003-05-11 15:21:21'

should return

'15:21:21'


Thanks !!

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html


Reply With Quote
  #2  
Old   
Bruno Wolff III
 
Posts: n/a

Default Re: Getting time from date field - 11-05-2003 , 02:47 PM






On Wed, Nov 05, 2003 at 17:12:12 +0000,
Alejandro Javier Pomeraniec <apomeraniec (AT) buenosaires (DOT) gov.ar> wrote:
Quote:
Hi !

Is there any way to get the time like the following example ?

'2003-05-11 15:21:21'

should return

'15:21:21'
You can use the to_char function to convert timestamps to text with
control over the output format.

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html



Reply With Quote
  #3  
Old   
Alvaro Herrera
 
Posts: n/a

Default Re: Getting time from date field - 11-05-2003 , 07:34 PM



On Wed, Nov 05, 2003 at 05:12:12PM +0000, Alejandro Javier Pomeraniec wrote:

Quote:
Is there any way to get the time like the following example ?

'2003-05-11 15:21:21'

should return

'15:21:21'
Cast it to time:

regression=# SELECT '2003-05-11 15:21:21'::time;
time
----------
15:21:21
(1 fila)

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"No necesitamos banderas
No reconocemos fronteras" (Jorge González)

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.