RPGNext
Take Your RPG Development to theNextLevel
Site Links
Home
RPG Programming
xRPG Downloads
xRPG Docs
About This Site
About Me

RPG Gurus
Bob Cozzi
Brad Stone
Scott Klement
Jon Paris

iSeries Links
Alpha Works
Midrange.com
FAQ@Midrange.com
MidrangeServer.com
IBM Docs
iSeries Infocenter
MCPress
Easy400
API Finder

xRPG Core Library Procedures - RNBDATES: getDateStrEUR()


Receives a date and returns a *EUR formatted date string.

Usage:

getDateStrEUR( {dateIn} : {zeroSuppress} : {incSlashes} : {sepChar} );

Name Type Options Opt/Req Description
dateIn D Const Opt The date for the string. If no date is sent then %date() is used.
zeroSuppress N Const Opt Indicates whether or not to zero suppress the fields within the return string. If zeroSuppress not sent then zeros automatically suppressed.
incSlashes N Const Opt Indicates whether or not seperators should be included in the output. If includeSeps not sent then separators are automatic.
sepChar 1A Const Opt The seperator character to use if incSlashes is *ON. If sepChar not sent then '/' is default.
Returns: 10A Varying n/a The string representation of the date.

This site conforms with the following W3C specifications:

Web Essentials

Contact