—
Hi,
I downloaded the file already and it's working.
Anyway, I have a situation.
I was trying to get the Current Date and Time. And everything works well. I used this code
(Date.Month) &"/"& (Date.Date) &"/"& (Date.Year) &" "& (Date.Hours) &":"& (Date.Minutes) &":"& (Date.seconds)
Here's the output:
3/10/2014 5:2:24
My problem is, I want my output to be like this.
03/10/2014 05:02:24
Output with 0 (zeros).
What code should I add?
Thanks.