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 » DATE manipulation question

Post new topic  Reply to topic
 DATE manipulation question « View previous topic :: View next topic » 
Author Message
bolek
PostPosted: Fri Aug 27, 2004 5:38 am    Post subject: DATE manipulation question Reply with quote

Apprentice

Joined: 25 Jul 2002
Posts: 35
Location: Germany

Hi all,

is there any 'one line' ESQL solution to get a date in past, something like

SET myDate = CURRENT_DATE - 13 Months;

Or it is really necessary to extract individual fields from CURRENT_DATE, calculate new date and convert back to DATE format ?

Thanks,
Back to top
View user's profile Send private message
mgk
PostPosted: Fri Aug 27, 2004 5:57 am    Post subject: Reply with quote

Padawan

Joined: 31 Jul 2003
Posts: 1642

Hi,

This should work for you:

SET OutputRoot.XML.Top.Date = CURRENT_DATE - INTERVAL '13' MONTH;

Cheers,
_________________
MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
Back to top
View user's profile Send private message
bolek
PostPosted: Fri Aug 27, 2004 6:08 am    Post subject: Reply with quote

Apprentice

Joined: 25 Jul 2002
Posts: 35
Location: Germany

mgk wrote:
Hi,

This should work for you:

SET OutputRoot.XML.Top.Date = CURRENT_DATE - INTERVAL '13' MONTH;

Cheers,


Thanks !
It is really simple
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 » DATE manipulation question
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.