A
acs68
Hi all,
When i calculate the below it is formatting the date as if it is American,
i.e mm/dd/yyyy. How do I get it to format so that it is in dd/mm/yyyy.
e.g if Me.txtDate is 30/09/2004, then I would get 91 days returned for
no_of_days
no_of_days = Me.txtDate - #1/7/2004#
I am attaching this code to a msgbox in an onclick event for a button
cheers,
Adam
When i calculate the below it is formatting the date as if it is American,
i.e mm/dd/yyyy. How do I get it to format so that it is in dd/mm/yyyy.
e.g if Me.txtDate is 30/09/2004, then I would get 91 days returned for
no_of_days
no_of_days = Me.txtDate - #1/7/2004#
I am attaching this code to a msgbox in an onclick event for a button
cheers,
Adam