HI Folks,
On my form, I have included a Confiform Form Field Definition as field type "Date".
When exporting data though, items entered today are showing up as 1600267225637.
Any idea what that is, and how I can convert that to an actual date? :)
Thanks
Hi
As I have explained in the earlier question asked by you - https://community.atlassian.com/t5/Confluence-questions/Confiforms-Multi-Select-Seperator/qaq-p/1480561
Create a "view" and set the parameter "Comma separated list of fields to export" to export the fields you want, and in the format you want (by transforming the values with virtual functions).
The function you are looking for is formatDate
So in the parameter "Comma separated list of fields to export" put something like
created.formatDate
And you will get the created date (of each record) exported in a formatted way
Alex
Thanks Alex,
It didn't occur to me that this is really the same issue.
I have it working now. Thank so much for the help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.