ui fix
This commit is contained in:
@ -14,6 +14,10 @@ namespace Billing.UI
|
||||
{
|
||||
if (value is DateTime date)
|
||||
{
|
||||
if (date.Year <= 1900)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
return date.ToString(Resource.TitleDateFormat);
|
||||
}
|
||||
return value;
|
||||
|
Reference in New Issue
Block a user