using the format function in report
Posted: Fri Jan 11, 2008 2:43 am
Hi,
i got a problem using the Format function in my report.
i got a datetime field in my datatable which stores the payment date etc..
01.01.2008 17:34:25
i want to print the date without the timevalue on my report.
i tried using the format function like this
format(WaWi_VKBelegeZKD.Nettodatum, "Short Date")
but this also prints me 01.01.2008 17:34:25.
i also tried using "dd.mm.yyyy". doesnt work too.
Seems that the format type is ignored.
Can you please help ?
Thx
Stephan
i got a problem using the Format function in my report.
i got a datetime field in my datatable which stores the payment date etc..
01.01.2008 17:34:25
i want to print the date without the timevalue on my report.
i tried using the format function like this
format(WaWi_VKBelegeZKD.Nettodatum, "Short Date")
but this also prints me 01.01.2008 17:34:25.
i also tried using "dd.mm.yyyy". doesnt work too.
Seems that the format type is ignored.
Can you please help ?
Thx
Stephan