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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Date format in Dropdow...
Power Apps
Unanswered

Date format in Dropdown for Timesheet App including Time

(0) ShareShare
ReportReport
Posted on by 14

Using Aprils Timesheet App - https://www.youtube.com/watch?v=qqEHiB6v_i4


Dropdown field is showing the date on the picklist but whenever  the current Month gets ended and next months starts the weeks gets changed in dropdown. The work week starts from Sat-Sun. For Example : 10/29/2023 To 11/4/2023, Also I need to see previous 4 & coming 4 weeks in dropdown. Please help @WarrenBelz  @FLMike 

 

App On Start Code:

 

Set(
 currentSunday,
 DateAdd(
 Today(),
 -1 * (Weekday(Today(), StartOfWeek.Sunday) - 1),
 TimeUnit.Days
 )
);

Concurrent(
 Set(currentUser, User()),
 Set(
 currentSunday,
 DateAdd(
 Today(),
 -1 * (Weekday(
 Today(),
 StartOfWeek.Sunday 
 ) - 1),
 TimeUnit.Days
 )
 ),
Set(
 weeksList,
 ForAll(
 Sequence(
 9,
 Day(
 DateAdd(
 Today(),
 -1 *(Weekday(
 Today(),
 StartOfWeek.Sunday
 ) -1) 
 )
 )-28, // I need to change this Value every Month 
 7
 ),
 Date(
 Year(Today()),
 Month(Today()),
 Value
 )
 )
 )
);

 

 

 

Categories:
  • nehal2271 Profile Picture
    14 on at

    Hey Muhammad , Thanks for quick reply @Mudassar_SZ365 

    I am Getting Error: The function "DateAdd" has some invalid arguments"

  • nehal2271 Profile Picture
    14 on at

    Thanks 🙂 but still getting same error.. @Mudassar_SZ365 

  • nehal2271 Profile Picture
    14 on at

    Getting same error 🙂 Find attached image for reference

    Capture.PNG

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard