There is the same probleme with the new Picker. The picker show the date in the custom format, but when I use the value of the picker, its format remains unchanged.
I set up the custom format in dd/mm/yyyy and selected the Custom in the Format drop-down, but the value remains the same as the System date format (dd.mm.yyyy). (See atached files)
Thanks
I have a Date/Time Picker on a form. The system date format is dd.mm.yyyy (short date). How could I change it (without changing the system date format) in dd/mm/yyyy ?
I tried the Format(DTPicker1, "dd/mm/yyyy") without any effects.
Thanks.