0
Can I format my time to "number"
Hello Everyone
I am not sure if this is exactly a number, but can I format my time to appear as follow:
10:00 => 10.00
10:15 => 10.25
10:30 => 10.50
10:45 => 10.75
7 replies
-
No ideas or it's not possible?
-
This gives you the above results:
number(TimeField) / 3600000
-
Thank you!
Just a small dumm question - how can I format it to be 10.00 in the print form (PDF) instead of only 10
-
-
Yes - this I know.
The question was - if I want to change the format ONLY for the PDF file, that is created in the time of printing - how can I do it. It has to be writen...
-
If I understand you correctly...
Υou have 2 fields, one with a time format of 10:45 and a calculation field of 10.75.
Use only one (the desired) field in the print form.
Content aside
- 1 yr agoLast active
- 7Replies
- 918Views
-
1
Following