Display Seconds in Survey123

564
3
04-03-2022 09:50 PM
FRSadmin
New Contributor III

Hello,

I am wondering if anyone has found a way to display seconds in any version of survey123 (connectr or otherwise). 

Almost all of my survey team members when they do animal observations, they need to have the known time down to the second.

I was able to make a rudimentary counter with the repeat field and seconds is the only thing I am unable to show...

even with format-date() if I try to display seconds its always just :00

any help on this is greatly appreciated (ideally they do not need to input this themselves)

 

Tags (2)
0 Kudos
3 Replies
DeonLengton
Esri Contributor

Hi

From what I can see - when you use now() it definitely gives you seconds and even milliseconds:

format-date(now(),'%H:%M:%S:%3')

If I do the same format-date on a dateTime field I also only get down to minute level.

 

0 Kudos
FRSadmin
New Contributor III

since the data is there, is there anyway to get this to display?

I feel like I have tried for both text / decimals/ memo to no avail.

 

0 Kudos
EvanR
by
New Contributor III

I have the same problem - need to be able to see seconds for Time question type.