Hi! I am working with Bonita BPM Community version 7.1.2.
I am using the autogenerated overview page. The only problem I have is that the date attributes appears with unix format. Is it possible to change that format?
Thanks in advance!
Julia.-
Hi! I am working with Bonita BPM Community version 7.1.2.
I am using the autogenerated overview page. The only problem I have is that the date attributes appears with unix format. Is it possible to change that format?
Thanks in advance!
Julia.-
Nope,
unless you use JavaScript on the page to extract the data and reformat it to your needs.
You would need to provide your own custom page otherwise,
regards
Seán
PS: If this reply answers your question, please mark a resolved.
Sean, thank you very much!
I tried to custom the overview page but saw nothing when I ran the process.
If you could send me an example where I see how to configure the variables and attributes in the overview page, it will be very useful for me.
Thanks again!
Regards,
Julia.-
I’m not seeing that format.
I’m getting this one:
Here you go…
Make the column have one of these formats (Angular)
{{ 1288323623006 | date }}
{{ 1288323623006 | date:"mediumDate" }}
{{ 1288323623006 | date:"medium" }}
{{ 1288323623006 | date:"short" }}
{{ 1288323623006 | date:"fullDate" }}
{{ 1288323623006 | date:"longDate" }}
{{ 1288323623006 | date:"shortDate" }}
{{ 1288323623006 | date:"mediumTime" }}
{{ 1288323623006 | date:"shortTime" }}
regards
Seán
I’m having the same problem that julia. I’ts seems a bug on the default overview page. The dates should be on a readable format, not in unix format. Can you help me to fix it? I’ve tested it even on the bonita last version (7.2.0).
Thanks and sorry for my english.
What’s not usable about
2016/03/03 15:18:12.123
?
If I have time,
regards
ok, but where do i have to apply this format?
In the default overview page? whats the path of this file inside bonita server?
No this is for a custom page…
I don’t know how to do this for the default page, which is built for each process by the system automatically…
You have to build your own…
regards