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 / The date is displayed ...
Power Apps
Answered

The date is displayed with the time

(0) ShareShare
ReportReport
Posted on by 48

Hello, I have a problem. Im creating a calendar and i followed THIS tutorial and all steps correctly. Hoewer, the dates show me a time and that shouldnt be there. Could I ask for help?

 

My code "OnStart":

Set(varMonthDay; DateValue(Month(Today()) & "/" & "1" & "/" & Year(Today())));;
Set(varFirstDay; DateAdd(varMonthDay; - Weekday(varMonthDay); Days));;

And what I display:
DateAdd(varFirstDay;ThisItem.Value;Days)


Thank you very much!

Annotation 2023-01-05 082744.png
Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @Zeslonatrus,

     

    The DateAdd() function returns a DateTime value, hence the time value in the label.

    What you could do is convert it back to a DateValue or use the Text() function to further style the output:

     

    //Option 1
    DateValue(DateAdd(varFirstDay;ThisItem.Value;Days))
    
    //Option 2
    Text(DateAdd(varFirstDay;ThisItem.Value;Days), "mm/dd/yyyy")

     

    If this solves your question, would you be so kind as to accept it as a solution.

    Thanks!

  • Zeslonatrus Profile Picture
    48 on at

    Thank you very much!

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard