{
{    The purpose of this request is to convert a date from one legible date
{ format to another.
{
{
{       PMP$CHANGE_LEGIBLE_DATE_FORMAT (DATE, NEW_FORMAT, STATUS)
{
{ NEW_FORMAT: (input)  This parameter specifies the format in which the date
{        will be returned.  Valid specifications are:
{
{        osc$month_date :  month DD, YYYY   example:  November 13, 1978
{        osc$mdy_date :  MM/DD/YY           example:  11/13/78
{        osc$iso_date :  YYYY-MM-DD         example:  1978-11-13
{        osc$ordinal_date :  YYYYDDD        example:  1978317
{        osc$dmy_date :  DD.MM.YY           example:  13.11.78
{        osc$default_date :  an installation specified format from the above.
{
{ DATE: (input, output)  This parameter specifies the date to be converted.
{        It can be specified in any of the formats above except
{        osc$default_date.  The specified date will be returned in the format
{        indicated by the NEW_FORMAT parameter.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             pme$invalid_date_format.
{             pme$invalid_day.
{             pme$invalid_month.
{             pme$invalid_year.
