THESIS
hi! who can help me in my thesis, please send the codes of enrolment system in my email [email protected].. i need it for my thesis
About this code I called it Difference of Two Dates Solver Version 1.0 written entirely in C/C++ using Turbo C 2.0 as my development tool. It will take two dates from the user then compute the difference between two dates and it will display the day interval of two dates.
If you find this code useful send me an email at [email protected]. People here in the Philippines can contact me at my mobile phone numbers 09296768375 and 09226034089. Thank you very much and Happy Programming.
Regards,
Mr. Jake Rodriguez Pomperada, MAED - Instructional Technology
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
hi! who can help me in my thesis, please send the codes of enrolment system in my email [email protected].. i need it for my thesis
If i am not wrong, there is also a good solution, use a standar : julian date standard. With this standard, we can count the numbers of day for EVERY date in Julian date from the first date of Julian date (1-1-0001). So, to count the difference of two dates, we just count the first date to the first julian date, count the second date to the first julian date, and count the differences. I used to use the julian date long time ago, in C++.
Wawan Wira