Want to add 0 in front of time. My time is stored in string variable

@Puneet_Singh

Since you said you have stored it in a string variable, try concatenation:

“0”+stringVar

Hope this helps,
Best Regards.

3 Likes