mercoledì 11 febbraio 2015

Crystal Report format string in date

Nel caso che vogliamo formattare un campo di tipo string in data, di tipo dd mm yyyy, in Crystal Report, nella sezione formula, il seguente frammento di codice permette tale formattazoine.


if not isnull({tabella.campo})  then
ToText(Cdate({tabella.campo}), "dd MMMM yyyy")

Nessun commento: