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."
User | Count |
---|---|
197 | |
105 | |
88 | |
45 | |
43 |
User | Count |
---|---|
245 | |
105 | |
103 | |
65 | |
60 |