S shaz123 Registered User. Local time Yesterday, 20:26 Joined Sep 8, 2006 Messages 81 Nov 13, 2006 #1 Hi All, Is it possible to change the format of a date picker, for instance once i have selected a date, its is visible as 09/11/2006, can this be edited to just the month and the year 11/2006.
Hi All, Is it possible to change the format of a date picker, for instance once i have selected a date, its is visible as 09/11/2006, can this be edited to just the month and the year 11/2006.
RuralGuy AWF VIP Local time Yesterday, 21:26 Joined Jul 2, 2005 Messages 13,825 Nov 13, 2006 #2 Use Format([YourDate],"mm/yyyy")
S shaz123 Registered User. Local time Yesterday, 20:26 Joined Sep 8, 2006 Messages 81 Nov 14, 2006 #3 Thankyou, that was really easy and it worked by just changing the format option on the date field
RuralGuy AWF VIP Local time Yesterday, 21:26 Joined Jul 2, 2005 Messages 13,825 Nov 14, 2006 #4 You are welcome.