ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » convert seconds to hours, minutes and seconds

Post new topic  Reply to topic
 convert seconds to hours, minutes and seconds « View previous topic :: View next topic » 
Author Message
francoisvdm
PostPosted: Tue Aug 05, 2008 5:48 am    Post subject: convert seconds to hours, minutes and seconds Reply with quote

Partisan

Joined: 09 Aug 2001
Posts: 332

Very long day here... can anybody put me on the correct path to convert
DECLARE iSeconds INTEGER
to a string that will look like hh:mm:ss

so, if iSeconds = 62 then my answer should be '00:01:02'

I've tried several combinations with INTERVAL and CAST....no go.

Thanks
_________________
If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.

Francois van der Merwe
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Tue Aug 05, 2008 6:25 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

INTERVAL and CAST should be the right solutions...

Code:
--untested
DECLARE myInt INTERVAL;
DECLARE myStr CHARACTER;
set myInt = INTERVAL 62 SECONDS;

set myStr = CAST( myInt AS CHARACTER FORMAT 'HH:mm:ss');
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » convert seconds to hours, minutes and seconds
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.