Page 1 of 1

Date Format "ddd" not working

Posted: Sat Aug 10, 2019 4:41 am
by stvhui
Hello to you,
I'm using Stimulsoft Reports.JS (2019.3.2)
In Report Designer, setting date custom format to ddd, dd-MMM-yy
expected result as Thu, 01-Aug-19
But the result in Thursday, 01-Aug-19
Seems formatting in "ddd" and "dddd" return as same result.
Please help and thanks in advance.

Regards,
Steven

Re: Date Format "ddd" not working

Posted: Tue Aug 13, 2019 7:05 am
by Lech Kulikowski
Hello,

We have added that task to our to-do list. We will let you know about the result.

At the current moment, you can use the following expression:
{Variable1.ToString("ddd")},{Variable1.ToString("dd-MMM-yy")}

Thank you.

Re: Date Format "ddd" not working

Posted: Wed Aug 14, 2019 7:31 am
by Lech Kulikowski
Hello,

The issue is fixed. The fix will be available in the next release build.

Thank you.