Does DS1307 do days?

Hi all. Does the DS1307 library include days of the week such as Monday, Tuesday, etc?

I want a function that relies on an if statement that needs the day of the week to qualify it.

Cheers.

Look at the documentation of the lib and for the chip its self.

Mark

It does day of the week, 1-2-3-4-5-6-7
Up to you to assign a day to them.

"The day-of-week register increments at midnight. Values that correspond to the day of week are user-defined but must be sequential (i.e., if 1 equals Sunday, then 2 equals Monday, and so on.) Illogical time and date entries result in undefined operation. "

http://datasheets.maximintegrated.com/en/ds/DS1307.pdf