Hi How are dates stored in collections?
I have stored a date in a collection and looking at the collection i see this long sting. What does it represent?
Solved! Go to Solution.
@samuelJ
That date looks like it is being stored in UNIX time. For example, if you put this code in the Text property of a label
Text(1588921200000,"[$-en-US]mmmm d, yyyy")
The result will be
May 8, 2020
I only see dates stored in collections like this when the datasource was originally SQL
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
@samuelJ
That date looks like it is being stored in UNIX time. For example, if you put this code in the Text property of a label
Text(1588921200000,"[$-en-US]mmmm d, yyyy")
The result will be
May 8, 2020
I only see dates stored in collections like this when the datasource was originally SQL
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
191 | |
45 | |
43 | |
38 | |
35 |
User | Count |
---|---|
261 | |
83 | |
81 | |
70 | |
69 |