3
Answers

duration from seconds through VBScript?

Photo of Jhon ABhu

Jhon ABhu

4y
711
1
I have time in seconds... Like below
 
set seconds = 180 seconds
set seconds1 = 1500 Seconds
set seconds2 = 600 Seconds
 
based on above values output like below
 
duration = 00:03:00
duration = 00:25:00
duration = 00:10:00
 
like i need through VBscript pls help me

Answers (3)