Date Format "ddd" not working

Stimulsoft Reports.JS discussion
Post Reply
stvhui
Posts: 51
Joined: Wed Apr 22, 2009 3:12 am

Date Format "ddd" not working

Post 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
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Date Format "ddd" not working

Post 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.
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Date Format "ddd" not working

Post by Lech Kulikowski »

Hello,

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

Thank you.
Post Reply