Página 1 de 1

DatePicker dValue always with time

Publicado: Mié May 13, 2015 11:26 am
por horvathg
I have a DatePicker control on my form. I need just the date part from the dValue. The cCustomFormat is "dd.MM.yyyy". I tried different nFormatType settings, dValue valuetype is allways T and returns DateTime value like: 05-13-2015 10:18:56.833.


How to remove the Time part and get just a date?
Working with Xailer 3.3.1

Re: DatePicker dValue always with time

Publicado: Mié May 13, 2015 4:34 pm
por ignacio
horvathg escribió:I have a DatePicker control on my form. I need just the date part from the dValue. The cCustomFormat is "dd.MM.yyyy". I tried different nFormatType settings, dValue valuetype is allways T and returns DateTime value like: 05-13-2015 10:18:56.833.


How to remove the Time part and get just a date?
Working with Xailer 3.3.1
Hi,

Try the function HB_TToD( tTimeDate )

Regards