Generic Date Function

  • Thread starter Thread starter mask.sd
  • Start date Start date
M

mask.sd

I have the following query Regarding Microsoft Access Db.

We r using Access Db for an Web Application .....
The application contains the different modules containing Date
fields

There is problem of the regional Date Setting while on server &
Localhoast ,,,,
Due to this we have to change each page on uploading & testing is
there any generic solution for the same problem ...?

Thank U
Regards

Sandy
 
There is problem of the regional Date Setting while on server & Localhoast
,,,,

What is the problem? Please give us a specific question that we can answer.
You have to change each page on uploading - in what way?
 
There is problem of the regional Date Setting while on server & Localhoast
,,,,

What is the problem? Please give us a specific question that we can answer.
You have to change each page on uploading - in what way?

--
Rick B












- Show quoted text -

That regarding Regional Setting we have to format the date on every
page like....

date= d(1) & "/" d(0) & "/" d(2)

or date= d(0) & "/" d(1) & "/" d(2)

according to regional Date i.e. dd/mm/yyyy or mm/dd/yyyy
This we have to do after checking online....
 
Back
Top