I have a formula field for Start and End Time. I wanted to change the format of that two formula field to '00:00 AM/PM'. Tried to change the format in DataPage but that does not work for me.
Here is my formula:
CONVERT(VARCHAR, [@field:date_start], 114)
CONVERT(VARCHAR, [@field:date_end], 114)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Kuroshi
I have a formula field for Start and End Time. I wanted to change the format of that two formula field to '00:00 AM/PM'. Tried to change the format in DataPage but that does not work for me.
Here is my formula:
CONVERT(VARCHAR, [@field:date_start], 114)
CONVERT(VARCHAR, [@field:date_end], 114)
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.