Calendar

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.

How to Convert Julian Day into a Specified Calendar in PHP

Submitted by alpha_luna on

PHP cal_from_jd()

The cal_from_jd() function converts the specified Julian day into a date of the specified calendar.

Syntax of this function:

cal_from_jd(jd,calendar) jd - A number (a Julian day count). (required) calendar - specifies the calendar to use. (required) The following calendar values can be used:
  • CAL_GREGORIAN
  • CAL_JULIAN
  • CAL_JEWISH
  • CAL_FRENCH

Calendar Application in Android

Submitted by donbermoy on
This is my sample Calendar Application written in B4A (formerly Basic4Android). This app is useful as resources to your projects and in thesis making. This app can be used for reminders, adding notes to the date, create events, and many more. This is really a useful app when making a concerned event applications. Install MyCalendar.apk to your android phone to run the app. The apk file is on the object folder. For more inquiries and need programmer for your thesis systems in any kind of programming languages, just contact my number below. Best Regards, Engr.

Display Current Date in Java GUI

Submitted by donbermoy on
This is my other java tutorial that i will teach you how to load and display the current date in Java GUI. Of course, it is a too little hassle because java has complicated codes in showing current date compared to other languages such as visual basic. Now, let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of DateText.java. 2.

Display Current Time in Java GUI

Submitted by donbermoy on
Now, in this tutorial, i am going to teach you how to create a program that will display the current time using Java in GUI form. Of course, it is a too little hassle because java has complicated codes in showing current time compared to other languages such as visual basic. Now, let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of ClockText.java. 2.