Fix date format in R2 invoices and R1
This commit is contained in:
@@ -325,7 +325,7 @@ public class T4R2Processor
|
||||
{
|
||||
var invoiceDate =
|
||||
DateTime.ParseExact(invoice.Code!.Substring(0, 8), "yyyyMMdd", CultureInfo.InvariantCulture)
|
||||
.ToString("d");
|
||||
.ToString("dd.MM.yyyy", CultureInfo.GetCultureInfo("pl-PL"));
|
||||
var invoiceRow = new List<object>
|
||||
{
|
||||
invoiceDate,
|
||||
|
||||
Reference in New Issue
Block a user