Skip to main content

Notifications

Microsoft Dynamics CRM forum
Suggested answer

First and Last date of month

Posted on by 142

How to calculate first and last month date uisng Javascript in model driven powerapp?

  • Sumedha Profile Picture
    Sumedha 142 on at
    RE: First and Last date of month

    It's working . Thank you!

  • Suggested answer
    Ray Profile Picture
    Ray 1,477 on at
    RE: First and Last date of month

    var my_date = new Date(); // maybe you need a certain month, then use this: var my_date = new Date("2018, Jan");

    var first_date = new Date(my_date.getFullYear(), my_date.getMonth(), 1);

    console.log(first_date);

    var last_date = new Date(my_date.getFullYear(), my_date.getMonth() + 1, 0);

    console.log(last_date);

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

Dynamics 365 Community Update – Sep 16th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,522 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,441 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans