At this point in time the Date field from the back end is coming over as just a "Date" type, but when it is pulled within StimulSoft it is forcing a Time stamp onto the date.
How do you remove the time stamp from the date without converting it to String?
how to not display time stamp without converting to string
Re: how to not display time stamp without converting to stri
Hello,
Please try to set the Format property for the Text component.
If the issue still present, can you please send us a sample report with test data for analysis.
Thank you.
Please try to set the Format property for the Text component.
If the issue still present, can you please send us a sample report with test data for analysis.
Thank you.
Re: how to not display time stamp without converting to stri
If I use that Text Component setting, will that cause any issue when we attempt to use the Culture property feature (meaning we want to pass what the users computer Date format is configured for to the resulting StimulSoft form)
Re: how to not display time stamp without converting to stri
Hello,
Please try to use the following expression:
Thank you.
Please try to use the following expression:
Code: Select all
{value.ToShortDateString()}