C
cmdolcet69
How can i format a Julian day and only the single digit in the year.
I only wnat the julian day and the last digit of the year (7)
For example the code below i thought would do this however i get
errors:
strBarcode = strBarcode & Format(CStr(DateDiff("d",
DateSerial(Year(Date), 1, 1), Date) + 1), "#000")
strbarcode = strbarcode & Right(CStr(Year(Of Date)()), 2)
I only wnat the julian day and the last digit of the year (7)
For example the code below i thought would do this however i get
errors:
strBarcode = strBarcode & Format(CStr(DateDiff("d",
DateSerial(Year(Date), 1, 1), Date) + 1), "#000")
strbarcode = strbarcode & Right(CStr(Year(Of Date)()), 2)