Format date inside an expression
Posted: Thu Feb 09, 2017 1:07 pm
Trying to format date inside an expression but only getting 2017-02-08T00:00:00Z
Is this correct? Or do I need to transform the date first?
Is this correct? Or do I need to transform the date first?
Code: Select all
{Format("{0:dd.MM.yyyy}",invoices_Data.CustomerInvoiceInvoiceDate)}