- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 04:29 PM
Hello,
How to convert 24 hours military time to 12 hours AM- PM clock in a Service Request variable.
FROM
TO
04-08-2021 4:00 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2021 12:49 AM
Hi
Please try this one
System Properties >>>> Basic Configuration
Its showing AM/PM time format as follows
Please mark Correct and Helpful if this helps you anyway.
Regards,
Shailesh Bachhav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 06:02 PM
The time display value of date/time fields and variables is going to use the system time format. Users can change to a different option, such as 12 hour in their Profile, if this field is available on their view. This is the only way to change the display value of a date/time field or variable. If you're looking to copy the variable value to another variable and change the value in the process, that could be scripted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 06:43 PM
Brad,
If I want to copy the date/time from one variable to the another variable and change the date/time format using scripted. Could you please provide step by step how I would do it. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2021 07:05 AM
I can work on this for you. So that I'm replicating what you are seeing, what is your System timezone and Time format (found in System Properties -> Basic Configuration), and in your User Profile, what Time zone and Time format values do you have? To copy this to a string field and convert the time, can this happen after the request is submitted/updated, or do you need to see it on the screen right away when the date/time variable is populated or changes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2021 12:49 AM