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: getDateMonName()


Get the name of the month from a date.

Usage:

getDateMonName( {dateIn} : {verbose} : {format} );

Name Type Options Opt/Req Description
dateIn D Const Opt The date. If not sent then %date() is used.
verbose N Const Opt Determines whether or not to return the full name (*ON) vs. the 3 letter abbreviation (*OFF). If not sent then verbose is *ON.
format 5A Const Opt 'upper' returns name in all upper case; 'lower' returns name in all lower case; 'mixed' returns name in mixed case. If not sent then 'upper' is default.
Returns: 10A Varying n/a The month name or abbreviated code.

This site conforms with the following W3C specifications:

Web Essentials

Contact