File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ a) "binary" Converts a number to a binary value.
100100b) "hex" Converts the number to a hexadecimal value.
101101c) "commas" Formats the number with commas. If the number includes a decimal, the function rounds the number to nearest two decimal places.
102102d) "duration" Converts the value in seconds to the readable time format HH:MM: SS.
103- 5 ) "duration_millis" Converts the value in milliseconds to the readable time format HH:MM: SS.
103+ e ) "duration_millis" Converts the value in milliseconds to the readable time format HH:MM: SS.
104104
105105The format argument is optional and is only used when the value argument is a number. The tostring function supports the following formats.
106106
You can’t perform that action at this time.
0 commit comments