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."
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 | |
63 | |
44 | |
34 | |
25 |
User | Count |
---|---|
243 | |
106 | |
89 | |
84 | |
64 |