2022.2

Table Of Contents
l
time()
l
timeLong()
l
timeMedium()
l
timeShort()
Note: ThelocalealsoinfluencestheoutputofthedifferentDatefunctions;see"Locale"on
page706.
Tip: Toformatadatefromadatefieldintherecordset,youcanenteracustompatternviathe
HelperWizardandtheTextScriptWizard;see"UsingtheHelperWizard"onpage725,"Using
theTextScriptWizard"onpage729,"Formattingvariabledata"onpage732and"Dateandtime
patterns"onpage1180).
date(value, pattern)
Formatsadateobjectusingacustompattern.
value
ADateobject.ADatecancontainadateandtime.
pattern
String.Thecustompatternmayconsistofpatternletters,separatingsymbolsandquotedtext,for
example:"MMMMdd,yyyy";see"Dateandtimepatterns"onpage1180.Notethattherepetitionofpat-
ternlettersdeterminestheexactpresentation.
dateLong(value)
Formatsadateaslongstringrepresentation,forexampleApril 1, 2016.
value
ADateobject.ADatecancontainadateandtime.
dateMedium(value)
Formatsadateasmediumstringrepresentation,forexample1-Apr-2016.
value
ADateobject.ADatecancontainadateandtime.
dateShort(value)
Formatsadateasshortstringrepresentation,forexample4/1/16.
Page 1177