This example shows you how to do date comparison in Java. Continue reading Java – Date Comparison
Tag Archives: Calendar
Java – Convert Date to Formatted String
Long time ago, i have a post about date validation in Java using SimpleDateFormat.
Java – Date validation using SimpleDateFormat
The SimpleDateFormat can format a Date object into string. See the following example. Continue reading Java – Convert Date to Formatted String
Java – Date Addition and Subtraction
Here is an example showing the Data addition and subtraction using Calendar in Java. Continue reading Java – Date Addition and Subtraction
Java – Get Current Date and Time
I found a very good example for showing current datetime in Java. Continue reading Java – Get Current Date and Time
Drupal – Customize the day link inside the Mini Calendar Navigation Block
Previous related posts:
By default the day links inside the mini calendar block will redirect you to the calendar day view of that day. Continue reading Drupal – Customize the day link inside the Mini Calendar Navigation Block
Drupal – Mini Calendar Navigation Block
The Calendar module also provides a mini calendar navigation block. For more information about the Calendar module, please refer to Drupal – Calendar.
So after you have enabled the calendar view, go to Adminster -> Site building -> Blocks and enable the calendar block. Continue reading Drupal – Mini Calendar Navigation Block
Drupal – Calendar
The Calendar module integrates with the Views module to show a calender view in Drupal.
1. Download and enable the calendar module. Continue reading Drupal – Calendar