Set British Date Format

C

Charless Mohan

How can set date/time data type as british date format dd/mm/yyyy. when I
insert my record it will be change U.S format so I can't retrieve datas based
on dates.

Thanking You
P m R
 
W

Wayne-I-M

Dates are set by the user inserting them.
So, if you have an on-line DB the date will be set by the setting on the
machine being used by the user.
If you are on off-line system then you can set the date format from Regional
Setting in the control panle

Of course you can alter the dates in a query but this is a REAL big problem
as if you have some date US and some UK then you need to have a complex query
to change them all - or some of them.

Best bet would be to ensure that each front and has the correct reginonal
setting in the control panle 1st

If this does not work then post back with more details
 
C

Charless Mohan

Thanking You for your tips. Its also I used but if give our project to others
can we change all setting as british. If you know change in query format
please tell me.
 
W

Wayne-I-M

yoiu need to split the field then rearrange the digits into the frormat you
want
use a split then concencate

if you give some examples of the dates you get and what you want many people
here will be able to give you the formula

don't forget to apply a filter to the sub query to take out any dates that
are correct

you can't just re-format as you may have some dates that are correct and
re-formatting will mess these up
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top