24 hour time for a context variable
When I use the following as a context variable: Test_time_%%yyyyMMdd_hh-mm-ss%%.txt it returns the hour but not in 24 hour time. Therefore 4 p.m. is returned as 04 instead of 16. What is the syntax for returning 24 hour time?
0
-
Try HH instead of hh.
HH is used for 24 hour format while hh is reserved for AM/PM
0
Post is closed for comments.
Comments
1 comment