Calendar

School Faculty Scheduling System using PHP/MySQLi with Source Code

Submitted by oretnom23 on
Project: School Faculty Scheduling System using PHP/MySQLi About The School Faculty Scheduling System is a simple project that will help a certain school manages the schedule of their faculties. The system has 2 sides, which are the school management side of the system admin side and the faculty side. The system admin can manage all data in the system which is the list of courses, subjects, and

Calendar with Easter Date and Hard Copy Printout

Submitted by nostradamus1566 on
This is the C# version of my calendar program, (in June 2017 I wrote a similar version in PHP). This C# version can display a calendar of 12 months for any year from 1583 to 2099, and also the date of Easter Sunday. The program includes a feature to allow you to print the calendar on paper or to send the calendar text to a PDF driver, (if you have one installed). Written using Visual Studio 2010

Diary

Submitted by obutebasil on
Diary is an app that allows you to set a reminder about the event, Add Note to Calendar, Save Contact and get a notification about the reminder. Database is access database "data.mdb". Run the app and right click on it to view the features.

Easter date and 12 Months Calendar for any year in PHP

Submitted by nostradamus1566 on
Calendar The files within the calendar zip file comprise a simple PHP program to allow you to generate a calendar for any year as a web page and to print it out on one page of A4 size paper. It also calculates the date of Easter Sunday. You can set the year by tagging it on as a parameter to the end of the URL like this: http://localhost/calendar/calendar.php?year=1912 If you don’t tag on the year

Simple Calendar Using HTML JavaScript

Submitted by alpha_luna on
This simple calendar is created using HTML, and JavaScript. It enables you to navigate the calendar for any month of any year. Use the drop-down menu to select what you want month to execute. Just download the source code and use it to your project. Try it yourself and enjoy coding. Hope this work will help you in your project.

Creating your own calendar in VB.NET

Submitted by donbermoy on
This is a tutorial that will teach you how to create and design your own calendar using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.