Jump to content
  • 0

Time format


Barbie

Question

Hi, I have this calculation formula: 

CASE WHEN CONVERT(VARCHAR, [@field:Date], 108) = '00:00:00' THEN ' ' ELSE CONVERT(VARCHAR, [@field:Date], 108) END

I need to do is get the format to be AM/PM. Right now the result is 19:00:00 it should be 7:00 AM. How to achieve that?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
On 3/30/2021 at 10:42 AM, Barbie said:

Hi, I have this calculation formula: 


CASE WHEN CONVERT(VARCHAR, [@field:Date], 108) = '00:00:00' THEN ' ' ELSE CONVERT(VARCHAR, [@field:Date], 108) END

I need to do is get the format to be AM/PM. Right now the result is 19:00:00 it should be 7:00 AM. How to achieve that?

Hi @Barbie,

You can also change the formatting of the result of this Formula. It is only applicable if you are using  a DataPage. However, if it is in the Table level, you may use the other solution provided in this thread.

Screenshot_65_5.png

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...