BookmarkSubscribeRSS Feed
SASPhile
Quartz | Level 8
I have a field ship_date 19NOV2008:00:00:00.
How to convert it to 19NOV2008 excluding the time part?
2 REPLIES 2
Flip
Fluorite | Level 6
sasdate = DATEPART(sas_datetime);
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
More specifically, SAS distinguishes numeric DATE and DATETIME variables; also the internal value (number) represents days since 1/1/1960. And to display the value in a particular format, you apply a SAS FORMAT statement.

The SAS support website http://support.sas.com/ provides SAS-hosted product documentation and supplemental technical and conference papers on this type of topic - you can use the website's SEARCH facility or use Google.

Scott Barry
SBBWorks, Inc.


SAS Language: About SAS Date, Time, and Datetime Values
http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a002200738.htm

Looking for a Date? A Tutorial on Using SAS® Dates and Times
Arthur L. Carpenterm California Occidental Consultants
http://www2.sas.com/proceedings/sugi30/255-30.pdf

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1076 views
  • 0 likes
  • 3 in conversation