Calendar

How to Convert Julian Day into a Specified Calendar in PHP

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

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

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

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.

Calendar Version 1.0

Hi there about this code I called it Calendar Version 1.0 written entirely in Visual Basic 6.0 . This code will display the calendar on the screen what is unique about this code it does not uses any third party controls or codes to check the present date in your computer. If you find my work useful send me an email at [email protected] . People here in the Philippines who wish to contact me

Month Calendar Determiner Version 1.0

I wrote this program to display the current calendar for the current month and year using java. It is a great experience to learn how java has many built in library to support date and time that is not available to other programming language without using a third party library like C/C++ libraries to add functionality in your program. I hope this code will help somebody interested in java