Questions on date format
-
- Posts: 36
- Joined: Mon Aug 08, 2011 12:51 am
Questions on date format
Hello,
1. In the report designer, can it set the date in this format (1st August, 2012) ?
2. What is the meaning of date format *f and *F?
Thank you.
1. In the report designer, can it set the date in this format (1st August, 2012) ?
2. What is the meaning of date format *f and *F?
Thank you.
Questions on date format
Hello,
1. You can set the "dd MMMM, yyyy" custom format, or use the following expression: {DataSource1.DateColumn.ToString("dd MMMM, yyyy")}
2. Means a full date and time format, but unfortunately does not work correctly. We will fix this bug.
Thank you.
1. You can set the "dd MMMM, yyyy" custom format, or use the following expression: {DataSource1.DateColumn.ToString("dd MMMM, yyyy")}
2. Means a full date and time format, but unfortunately does not work correctly. We will fix this bug.
Thank you.
-
- Posts: 36
- Joined: Mon Aug 08, 2011 12:51 am
Questions on date format
Hi,
Thanks for your reply.
1. It only shows (01 August, 2012) after your setting, but I would like to show (1st August, 2012).
2. Please let me know if you have the bug fix.
Thanks.
Thanks for your reply.
1. It only shows (01 August, 2012) after your setting, but I would like to show (1st August, 2012).
2. Please let me know if you have the bug fix.
Thanks.
Questions on date format
Hello,
We made some improvements in that direction and add a new function ToOrdinal(int).
Now you can use the following expression, for example:
This expression produce the following string:
The patch will be available in the next prerelease build.
Thank you.
We made some improvements in that direction and add a new function ToOrdinal(int).
Now you can use the following expression, for example:
Code: Select all
{ToOrdinal(Today.Day) + " " + Today.ToString("MMMM, yyyy")}
Code: Select all
20th June, 2012
Thank you.
-
- Posts: 36
- Joined: Mon Aug 08, 2011 12:51 am
Questions on date format
Hello,
Is this prerelease version (Stimulsoft Reports.Fx for PHP 2012.06.22 Trial) included this new function ToOrdinal(int) ?
I tried but it doesn't work.
Thanks.
Is this prerelease version (Stimulsoft Reports.Fx for PHP 2012.06.22 Trial) included this new function ToOrdinal(int) ?
I tried but it doesn't work.
Thanks.
Questions on date format
Hello.
Please, try to clear browser cache. If it will not help you, describe problems that you got more detailed.
Thank you.
We've checked our last Trial again. All works right.Super wrote:Is this prerelease version (Stimulsoft Reports.Fx for PHP 2012.06.22 Trial) included this new function ToOrdinal(int) ?
I tried but it doesn't work.
Please, try to clear browser cache. If it will not help you, describe problems that you got more detailed.
Thank you.
-
- Posts: 36
- Joined: Mon Aug 08, 2011 12:51 am
Questions on date format
Sorry, I forgot to change back the field format from Custom to General. It's worked now. Thank you so much.
Questions on date format
Hello,
Ok.
Let us know if you need any additional help.
Thank you.
Ok.
Let us know if you need any additional help.
Thank you.