Message Boards Message Boards

0
|
6981 Views
|
3 Replies
|
4 Total Likes
View groups...
Share
Share this post:

What day of the week was 0030-04-07?

Posted 7 years ago

Today I asked WolframAlpha "What day of the week was 0030-04-07?", and he answered "Sunday." However, timeanddate.com said it was Friday. So who is right? I just need to know. Thanks.

timeanddate.com's result

POSTED BY: Andrew Chou
3 Replies
Posted 7 years ago
calendarType = {"Gregorian", "Islamic", "Jewish", "Julian"};
day = DateList[{30, 4, 7}];
Map[{#, DayName[Take[day, 3], CalendarType -> #]} &, 
  calendarType] // TableForm**strong text**
(* "Gregorian"  Sunday
"Islamic"   Monday
"Jewish"    Thursday
"Julian"    Friday

*)
POSTED BY: Michael Helmle

I quote:

The first leap year in the modern sense in Britain was 1752, when 11 days were 'lost' from the month September with the adoption of the Gregorian calendar by Britain and her colonies.

So i'm not sure what happened in those lost 11 days. Did it just continue with the days or were also the days skipped?

POSTED BY: Sander Huisman

There might be a problem with either site because the calendar that we use now didn't exist back then. So there were no leap years back than. If the algorithm keeps doing leap-year checks all the way back to 0030, it will probably not work...

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract