Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

subfield not working

Subfield(created_time,'-',1) &'/'& Subfield(created_time,'-',2) &'/'& Subfield(created_time,'T',3)

fb_date.png

thirs subfield should return 09 but it is not returning 09

1 Solution

Accepted Solutions
sunny_talwar

Try this instead:

Date(Date#(Left(created_time, 10), 'YYYY-MM-DD'), 'YYYY/MM/DD')

View solution in original post

1 Reply
sunny_talwar

Try this instead:

Date(Date#(Left(created_time, 10), 'YYYY-MM-DD'), 'YYYY/MM/DD')