PHP date operation code-lunar calendar-solar conversion, leap year, computing days, etc. This is a practical PHP date and time Operation class, it includes the Gregorian calendar-conversion of the lunar calendar, conversion to the Chinese date
This is a practical php date-time operation class, which includes the Gregorian-lunar conversion, converted to Chinese date format, the calculation of the lunar calendar days apart, the lunar calendar year to obtain the lunar calendar days, the
#输入某年某月某日, judge that day is the first of the year.
"' Thinking: First, the date is divided into the input or a piece of input, think of if a piece of input may also need to split to find the date
So it is better to divide the input; then consider
First, use your formula to compile a simple program:
Main ()
{Int year;/* year */
Intw;/* day of the week */
Scanf ("% d", & year );
W = (year-1) + (year-1)/4-(year-1)/100 + (year-1)/400 + 1) % 7;
Printf ("% d \ n", W );
Getch ();
}
Enter 1 during
Ask to calculate how many days the date is from October 1, 1949
For example:
User entered: 1949-10-2
Program output: 1
User entered: 1949-11-1
Program output: 31
In total, two classes were written, and then the code was slightly
{starting from month to day enquiry} if(Strtoint (Trim (adoquery_temp). fieldvalues['Qiyue']))=2) and(Strtoint (Trim (adoquery_temp). fieldvalues['Qiri']))= in) Then begin ifDaysinamonth (Strtoint (Trim
New Year's Greetings 1
Do not experience the wind and rain, how to see the Rainbow, no one can casually success! Come on! The new Year is more different!
I may forget the man I laughed with, but I will never forget the one who cried with me. Happy
Php obtains the code for the days of the year. Copy the code as follows: get the number of days of a month, which can be used for any month functiongetDays ($ month, $ year) {switch ($ month) {case4: case6: case9: case11: $ days30; break; case2
The
JS Get Current date time + date validation + judgment leap Year + date difference + date formatting +js Judging How many days a certain monthString to date type +js current datetime + date validation + judgment leap Year + date difference + date
while(true) {Console.Write ("Please enter the year:"); intA =int. Parse (Console.ReadLine ()); Console.Write ("Please enter the month:"); intb =int. Parse (Console.ReadLine ()); Console.Write ("Please enter the date:");
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.