web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Service | Customer Service, Contact Center, Fie...
Answered

Save Seconds on DateTime Field

(0) ShareShare
ReportReport
Posted on by 224

Hi Experts

Is it possible to save seconds to the custom date time field? if its possible how can i add the seconds on the custom field.

Thanks in advance for the help

I have the same question (0)
  • Verified answer
    LeoAlt Profile Picture
    16,331 Moderator on at

    Hi partner,

    Unfortunately D365 dose not support show seconds in datetime field,  The datetime fileds in D365 are encapsulated controls.

    7028.pastedimage1572244960145v1.png

    You could create a web resource like Html to show it or create a input field to show date with seconds.

    For example, I have an input field named "Time" and I want to set a datetime value with seconds to it, you could refer to the following code.

    function setTimeToInput(executionContext){
        var formContext = executionContext.getFormContext();
        var today=new Date();
        var year=today.getFullYear();
        var month=today.getMonth();
        var day=today.getDate();
        var hour=today.getHours();
        var min=today.getMinutes();
        var second=today.getSeconds();
        formContext.getAttribute("Time").setValue(year+"-"+month+"-"+day+"-"+hour+":"+min+":"+second);

    }

    Please share more details about your requirement so that we could find out other better ways to do this.

    Hope it helps.

    Best Regards,

    Leo

  • KaeL Profile Picture
    224 on at

    Thank you so much for the information

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Service | Customer Service, Contact Center, Field Service, Guides

#1
NeerajPawar Profile Picture

NeerajPawar 31

#2
Tom_Gioielli Profile Picture

Tom_Gioielli 19 Super User 2026 Season 1

#3
11manish Profile Picture

11manish 16

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans