answersLogoWhite

0

AllQ&AStudy Guides
Best answer

Steven D. Silverman was born on 1966-10-28.

This answer is:
Related answers

Steven D. Silverman was born on 1966-10-28.

View page

date +"%d/%m/%y" date +"%d/%m/%y"

View page

Abner D. Silverman has written:

'Selected aspects of administration of publicly-owned housing'

View page

fortnite is the d u m game

View page

You need to check the day, month and year separately, to ensure they are within range. You also need to deal with leap days (29th February) which is every 4 years, but not the 100th unless it is the 400th. Finally, you need to deal with the change from the Julian to Gregorian calendars, which skips the 5th to 14th October, 1582.

bool checkdate(unsigned int d, unsigned int m, unsigned int y)

{

return( !(( d<1 d>31 m<1 m>12 ( y==1582 && m==10 && (d>4 && d<15 )))

( d==31 && ( m==2 m==4 m==6 m==9 m==11 ))

( m==2 && ( d>29 ( d==29 && ( y%4 ( !( y%100 ) && y%400 )))))));

}

View page
Featured study guide
📓
See all Study Guides
✍️
Create a Study Guide
Search results