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.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
206 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
258 | |
158 | |
85 | |
79 | |
58 |