on 2015 Apr 14 7:58 AM
Hi,
I have a field which is stored in numeric format for time.
The field can be 3 or 4 digits field.
I want to display this fields as the time field.
For example,
900 9:00 AM
1000 10:00 AM
1600 16:00 AM
Please reply.Thanks.
Hi, You can also use this formula to convert the time to a 24-hour format. Please replace the table name and field name with the appropriate values for your specific data.
Left(Replace(ToText({ORCT.DocTime}, 0), ",", ""), Length(ToText({ORCT.DocTime}, 0)) - 3) +':' + Right(ToText({ORCT.DocTime},0),2)
Original Value 14,33.00
Converted value 14:33
Thank you
Siwantha Matarage
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.