{
{    The purpose of this request is to obtain the current date and
{  time in a legible form.
{
{        PMP$GET_LEGIBLE_DATE_TIME (DATE_FORMAT, DATE, TIME_FORMAT, TIME,
{        STATUS)
{
{  DATE_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 legible date.
{
{  TIME_FORMAT: (input) This parameter specifies the format in which the time
{        will be returned.  Valid specifications are:
{          osc$ampm_time :  HH:MM AM or PM
{            example:  1:15 PM
{          osc$hms_time : HH:MM:SS
{            example: 13:15:21
{          osc$millisecond_time : HH:MM:SS:MMM
{            example: 13:15:21:453
{          osc$default_time : an installation specified format from the above.
{
{  TIME: (output) This parameter specifies the legible time.
{
{  STATUS: (output) This parameter specifies the request status.
{
