RESOLVED FIXED 92671
Add function to calculate the day in year from a date
https://bugs.webkit.org/show_bug.cgi?id=92671
Summary Add function to calculate the day in year from a date
Patrick R. Gansterer
Reported 2012-07-30 13:20:03 PDT
Add function to calculate the day in year from a date
Attachments
Patch (2.46 KB, patch)
2012-07-30 13:27 PDT, Patrick R. Gansterer
rniwa: review+
rniwa: commit-queue-
Patrick R. Gansterer
Comment 1 2012-07-30 13:27:34 PDT
Ryosuke Niwa
Comment 2 2012-07-30 13:44:22 PDT
Comment on attachment 155349 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=155349&action=review > Source/WTF/ChangeLog:9 > + dayInYear() makes existing firstDayOfMonth data > + accessible from other files than DateMath too. Please mention that this change helps fixing the bug 92286. > Source/WTF/wtf/DateMath.cpp:289 > -static inline int monthToDayInYear(int month, bool isLeapYear) > +int dayInYear(int year, int month, int day) Let's keep this function static local for now since it's not used elsewhere at the moment.
Patrick R. Gansterer
Comment 3 2012-07-30 14:53:37 PDT
Note You need to log in before you can comment on or make changes to this bug.