Format Function

When times and dates are displayed in the development environment, the short time format and short date format of the code locale are used. Dim MyDateTime As Date = #1/27/2001 5:04:23 PM# Dim MyStr As String ................
................