|
|
|
|
|
DayOfYearToDate (Function) In french: JourDansLAnnéeVersDate Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format. dDate is Date
nDay is int = 50
dDate = DayOfYearToDate(nDay)
Syntax
<Result> = DayOfYearToDate(<Day> [, <Year>])
<Result>: Character string Date in "YYYYMMDD" format. <Day>: Integer Number of the day of the year (between 1 and 366). <Year>: Optional integer Year that will be used for the calculation. If this parameter is not specified, the current year is used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|