Example usage for java.text SimpleDateFormat setCalendar

List of usage examples for java.text SimpleDateFormat setCalendar

Introduction

In this page you can find the example usage for java.text SimpleDateFormat setCalendar.

Prototype

public void setCalendar(Calendar newCalendar) 

Source Link

Document

Set the calendar to be used by this date format.

Usage