Previous Page | Next Page

Formats

DAYw. Format



Writes date values as the day of the month.
Category: Date and Time
Alignment: right

Syntax
Syntax Description
Examples

Syntax

DAYw.

Syntax Description

w

specifies the width of the output field.

Default: 2
Range: 2-32

Examples

The example table uses the input value of 16601, which is the SAS date value that corresponds to June 14, 2005.

SAS Statement Results

----+----1
put date day2.;
14

Previous Page | Next Page | Top of Page