BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Q1983
Lapis Lazuli | Level 10

data _NULL_;

call symput ( 'Time', put(time(),time8.));/*13:00:00*/

 

call symput ( 'Date1', put(today(),worddate12.));/*Nov 21, 2017*/

run;

I want to display time in this format 1:00 PM instead of 13:00:00
I also want to display the day of the date in a word format for the date  (ie Tuesday)

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

Tuesday --> WEEKDAY is the proper format

 

1:00 pm --> use the TIMEAMPM format

--
Paige Miller

View solution in original post

1 REPLY 1
PaigeMiller
Diamond | Level 26

Tuesday --> WEEKDAY is the proper format

 

1:00 pm --> use the TIMEAMPM format

--
Paige Miller

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 1 reply
  • 682 views
  • 1 like
  • 2 in conversation