date token in maptip
How can i put the current date and time in a maptip in the
Html5 viewer? Is there a token like {Date} that i could use or something like that?
0
-
I don't think there's a Date token built into GE, but a super basic workaround would be to create a one to one data link to display the current date.
SELECT
CAST(GETDATE() AS DATE) AS Date
FROM <map layer>
WHERE <map layer>.OBJECTID = @OID0
Please sign in to leave a comment.
Comments
1 comment