Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Insert Date and time with second or millisecond using RESTAPI

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi All,

I want Insert Date and time with second or millisecond using RESTAPI

Note:-Data Type is Dateandtime

Currently i am getting Minutes only , below is my code:-

var new_tracker = {};
new_tracker.new_CurrentStatus = "date new tracker data ";
new_tracker.new_name = "This tracker was created by the JavaScriptRESTDataOperations sample.";


new_tracker.new_StartTime = new Date();   HERE IS MY VARIABLE TO INSERT for date time

SDK.REST.createRecord(
new_tracker,
"new_tracker",
function (new_tracker) {
retrieveTracker(new_tracker.new_trackerid)
},
errorHandler
);

*This post is locked for comments

  • Suggested answer
    a33ik Profile Picture
    a33ik 84,325 Most Valuable Professional on at
    RE: Insert Date and time with second or millisecond using RESTAPI

    Hello,

    Check request that is sent to server using Fiddler and post it here.

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,711 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans