Jump to content

Date conversion to String with Format(DD/MM/YYYY)


HITESH SAHOO

Recommended Posts

Hi All,

I have to embed calculated column in textarea where inspection_date is Date type column with formatting "DD/MM/YYYY". And also value should be '-' if any it is null.

Below is my logic in calculated column, but using String() changes date format from DD/MM/YYYY to MM/DD/YYYY.

SN(String(First([inspection_date])),"-")

 

So is there any way to fix this

Thanks in advance.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...