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 Apps
Answered

date function

(0) ShareShare
ReportReport
Posted on by 177

I have a text input control, myDateControl, in a Power App linked to Share Point lists. myDateControl is used for patching an SP list.

To extract the date from myDateControl, I have:

 

Date( 
First(Split(newArtistDob.Text,"/")).Value,
Last(FirstN(Split(newArtistDob.Text,"/"),2)).Value,
Last(Split(newArtistDob.Text,"/")).Value
)
 
This always produces incorrect date, e.g. 02/01/2001 yields 24/06/1907
 
What am I doing wrong?
Thank  you.
 
 

 

 

Categories:
I have the same question (0)
  • Verified answer
    BCBuizer Profile Picture
    22,833 Super User 2026 Season 1 on at

    Hi @neuronic ,

     

    The issue is that you have reversed the day and year arguments:

    BCBuizer_0-1707938547873.png

    By swapping them, you get the correct output:

    Date( 
    Last(Split(newArtistDob.Text,"/")).Value,
    Last(FirstN(Split(newArtistDob.Text,"/"),2)).Value,
    First(Split(newArtistDob.Text,"/")).Value
    )

     

    On a different note, why not use a datepicker control?

  • neuronic Profile Picture
    177 on at

    Thank you, I suspected I was doing something stupid but couldn't see it.  Yes, in fact, I should just use datepicker. Greatly appreciated, Thank you!

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 294 Most Valuable Professional

#2
11manish Profile Picture

11manish 210

#3
Valantis Profile Picture

Valantis 169

Last 30 days Overall leaderboard