change system date to numberic values

X

xfile

Hi,

Don't know if this is possible.

Our application uses system date for date and our hosting service is in the
states while users are in Asia.

Is it possible to change the value of system date from using January,
February, and so on to numeric values, such as 01, 02, 03 on the application
side?

This will be much easier for users to read and select without changing it to
different languages.

If it's possible, what will be the code for this purpose?


Many thanks.
 
S

Steve Easton

In VB or vba:

Dim myDate As String
myDate = date$

at this point the value of myDate would be 8-07-2005

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
X

xfile

:)

Many thanks.

Steve Easton said:
In VB or vba:

Dim myDate As String
myDate = date$

at this point the value of myDate would be 8-07-2005

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer
 

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