2023-01-24

This commit is contained in:
2023-01-24 09:06:42 -07:00
parent 281fa939be
commit a180f65069
10 changed files with 143 additions and 373 deletions

View File

@ -140,4 +140,6 @@ public class Description : IDescription, Properties.IDescription
return result;
}
internal static string GetDateFormat() => "MM/dd/yyyy hh:mm:ss tt";
}