SAS Quality Knowledge Base for Contact Information 27

Date/Time (MDY) Basic

Standardization Definition

Date/Time (MDY) Basic
Description

The Date/Time (MDY) Basic standardization definition standardizes dates that have format MDY HH:MM:SS. The output is a 4-digit year followed by a zero-padded two-digit month, followed by a zero-padded two-digit day, followed by a zero-padded two-digit hour, followed by zero-padded two-digit minutes, followed by zero-padded two-digit seconds. The day, month, and year are separated by spaces and the time elements are separated by spaces. The date and the time are separated by a "T".

Examples Input Output
04/07/02 2002 04 07
Oct 15 1970 1970 10 15
May 11, 2000 10:12:45 2000 05 11T10 12 45
Remarks The output of this definition is the same as Date/Time (DMY) Basic and Date/Time (YMD) Basic.