Iman Namvar
Iman Namvar
> I know nothing about Persian date formats. > > Is there no built-in capability in .NET for handling them? In reviewing the PR for this (#1205) I see you've...
> Got it. > > I imagine over time there may be more controls that take date input/display dates... > > I wonder if we should add a flag to...
> How about to add a custom date format property in the `DateField` view? it's not only about date format string. the calendar system also should change. for example date...
> Is this something that could be done with inheritance? By making `GetShortFormat` and maybe the `Date` property virtual (perhaps combined with making `shortFormat` and `longFormat` public (or readonly/protected)? >...