BookmarkSubscribeRSS Feed
yesidgranadosv
Obsidian | Level 7
I have the courage to FECHA_INGRESO 
fecha ingreso = SUBSTR(t1.fecha_ingreso, 1, 20)
which delivers as a result 2014-04-03 00:00:00
 
I want to have this same date removing the ' - '  and ' : ' 
 
you can tell me what function I can use for this
 
 
 
3 REPLIES 3
Reeza
Super User

Use COMPRESS()

 

I would recommend storing your dates as SAS dates and using formats instead of characters.

There's a great reference on dates and times in the Community Library on this site.

 


@yesidgranadosv wrote:
I have the courage to FECHA_INGRESO 
fecha ingreso = SUBSTR(t1.fecha_ingreso, 1, 20)
which delivers as a result 2014-04-03 00:00:00
 
I want to have this same date removing the ' - '  and ' : ' 
 
you can tell me what function I can use for this
 
 
 

 

PeterClemmensen
Tourmaline | Level 20

So you have a character 'datetime value'. Do you want this to be an actual numeric datetime value?

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 540 views
  • 0 likes
  • 4 in conversation