cancel
Showing results for 
Search instead for 
Did you mean: 

Parse Timestamp

KHK
Partner
Partner

Hi,

could you please let me know how to convert string to date of "4/1/2022 3:48:00 PM".

12 REPLIES 12

@shashidhar_sris , i want to covert the above string Timestamp to date like 2023 January 

anurag
Employee
Employee

@KHK can you try this:

 

date(
parseTimestamp(
left(
<time_stamp_column>,
12
),
"MMM dd, yyyy"
)
)

@anurag ,Formula working fine for one year, i want to show two years month wise data on graphs, could you please let me know how to do?

 

@KHK please share more detail. 

- How do you want to display data? What insight are you using? What dimension and measure are you using?

 

@anurag below is sample data.

KHK_0-1694016491480.png