How do i format a date in a textbox?
Posted: Fri Aug 31, 2007 7:12 am
I have tried
{Format("{0:MM.dd.yyyy}", "{Today}")}
but didn't work.
Thanks.
{Format("{0:MM.dd.yyyy}", "{Today}")}
but didn't work.
Thanks.
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
{System.String.Format("{0:MM.dd.yyyy}", Today)}