NLDATMWNw. Format

Converts a SAS datetime value to the datetime value of the specified locale, and then writes the value as the day of the week.
Category: Date and Time
Alignment: left

Syntax

NLDATMWNw.

Syntax Description

w
specifies the width of the output field.
Default:30
Range:16–200

Example

This example writes the SAS datetime value as a day of the week.
now = datetime() ; 
put now nldatmwn. ;