07-28-2008, 05:31 PM
You can use date() function. This will display the system date(usually in mm/dd/yyyy formate)
example:
Regards
Raj
example:
Code:
Dim tdate
tdate=date()
msgbox tdate
Regards
Raj