Hi
Can any body help me , how to find the total number of days in a year(Date input is from prompt).
Thanks in advance
BI.User (BOB member since 2007-05-22)
Hi
Can any body help me , how to find the total number of days in a year(Date input is from prompt).
Thanks in advance
BI.User (BOB member since 2007-05-22)
Does that help?
P.S: Above is the pseudocode .
Jansi (BOB member since 2008-05-12)
Would need to take into account years divisible by 100 are not leap years, unless divisible by 400.
How about something like this?
=DayNumberOfYear(ToDate(Concatenation(“12/31/”;FormatNumber(Year([Today]);"#"));“MM/dd/yyyy”))
chris465 (BOB member since 2008-04-29)