I'm glad to read that.
Thank you for your kind and detailed feedback!

I'm glad to read that.


Code: Select all
XIncludeFile "DateEx.pbi"
UseModule DateEx
#Mask$ = "%yyyy-%mm-%dd"
Define.q date
date = DateQ(1582, 12, 25, 0, 0, 0, #Julian)
Debug FormatDateQ(#Mask$, date, #Gregorian) ; 10 days later
date = DateQ(2023, 12, 25, 0, 0, 0, #Julian)
Debug FormatDateQ(#Mask$, date, #Gregorian) ; 13 days later

Code: Select all
ImportC ""
Time(*tm=#Null)
localtime(*t.Quad)
EndImport





Works well on Mac (after copying PureUnit.res) Thanks!

