Good day!
Is there a way to identify if a given date is hijri/arabic?
Thank you!
maybe this will work?
if year(date1) <= 1900 then
msgbox "maybe this date is Hijri"
else
msgbox "maybe this date is Gregorian"
end if
Please correct me if this idea is wrong!
Thank you!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.