
{
{    The purpose of this request is to obtain the current date in}
{  a user selected format.}
{
{        PMP$GET_DATE (FORMAT, DATE, STATUS)
{
{  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-13-11
{          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: (output) This parameter specifies the current date.
{
{  STATUS: (output) This parameter specifies the request status.
{       CONDITION: pme$invalid_date_format.
{       IDENTIFIER: pmc$program_management_id.
{
