The Now(), Date(), and Time() functions don't return any particular
format; they return the date/time value the way it is stored
internally. Whatever format you see is the result of that value being
formatted for display, either explicitly -- by the Format property of a
control or by calling the Format() function -- or implicitly, by Access
using the default date or time format as specified in the user's PC
settings.