Join the Community
ServiceNow Community
About roshanmadhave
User Activity
Posts
Replies
No posts to display.
Re: Only show time on date/time field in portal
04-22-2024
You Can Take "Single Line Text " type field and You Can Specify the the below code in default value section . javascript:gs.nowDateTime().split(" ")[1]; it gives the current time .