Writes the date part of a SAS datetime value as the day of the week and the date in the form day-of-week, dd month-name yy (or yyyy).
Category: | Date and Time |
Alignment: | Right |
Statements
|
Results
|
---|---|
|
----+----1----+----2----+----3 |
select put(1678898894,dtwkdatx.); |
Saturday, 14 March 2013 |
select put(1678898894,dtwkdatx3.); |
Sat |
select put(1678898894,dtwkdatx8.); |
Sat |
select put(1678898894,dtwkdatx25.); |
Saturday, 14 Mar 2013 |